Home
last modified time | relevance | path

Searched refs:infolen (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libc/net/
HDsctp_sys_calls.c883 socklen_t * infolen, in sctp_recvv() argument
894 if (((info != NULL) && (infolen == NULL)) || in sctp_recvv()
895 ((info == NULL) && (infolen != NULL) && (*infolen != 0)) || in sctp_recvv()
919 (infolen != NULL) && in sctp_recvv()
920 (*infolen > 0)) { in sctp_recvv()
945 if ((nxtinfo != NULL) && (*infolen >= sizeof(struct sctp_recvv_rn))) { in sctp_recvv()
951 *infolen = (socklen_t) sizeof(struct sctp_recvv_rn); in sctp_recvv()
953 } else if (*infolen >= sizeof(struct sctp_rcvinfo)) { in sctp_recvv()
955 *infolen = (socklen_t) sizeof(struct sctp_rcvinfo); in sctp_recvv()
959 if (*infolen >= sizeof(struct sctp_nxtinfo)) { in sctp_recvv()
[all …]
/NextBSD/sys/compat/ndis/
HDsubr_ntoskrnl.c3471 WmiQueryTraceInformation(traceclass, traceinfo, infolen, reqlen, buf) argument
3474 uint32_t infolen;