HomeSort by: relevance | last modified time | path
    Searched defs:sctp_find_cmsg (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 117 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, int cpsize) function in typeref:typename:int
7152 if (sctp_find_cmsg(SCTP_SNDRCV, (void *)&srcv, control,
7318 if (sctp_find_cmsg(SCTP_INIT, (void *)&initm, control,
9866 if (sctp_find_cmsg(SCTP_SNDRCV, (void *)&srcv, control,
9958 if (sctp_find_cmsg(SCTP_INIT, (void *)&initm, control, sizeof(initm))) {

Completed in 16 milliseconds