Searched defs:infotype (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 414 * infotype. 418 socklen_t *fromlen, void *info, socklen_t *infolen, unsigned int *infotype, 464 if (infotype != NULL) 465 *infotype = SCTP_RECVV_NOINFO; 503 *infotype = SCTP_RECVV_RCVINFO; 512 *infotype = SCTP_RECVV_RN; 517 *infotype = SCTP_RECVV_NXTINFO; 534 * The send attributes are stored in info and its type is passed in infotype. 538 int addrcnt, void *info, socklen_t infolen, unsigned int infotype, 558 if (infotype 417 sctp_recvv(int sd, const struct iovec *iov, int iovlen, struct sockaddr *from, socklen_t *fromlen, void *info, socklen_t *infolen, unsigned int *infotype, int *flags) argument 537 sctp_sendv(int sd, const struct iovec *iov, int iovcnt, struct sockaddr *addrs, int addrcnt, void *info, socklen_t infolen, unsigned int infotype, int flags) argument [all...] |
/osnet-11/usr/src/lib/libipmp/common/ |
H A D | ipmp_query.c | 123 * Using `statep', read a query response of type `infotype' into a dynamically 128 ipmp_readinfo(ipmp_state_t *statep, ipmp_infotype_t infotype, void **infop, argument 139 if (type != infotype || !ipmp_checktlv(type, len, *infop)) {
|
Completed in 28 milliseconds