HomeSort by: relevance | last modified time | path
    Searched refs:sctp_initmsg (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_uio.h 82 struct sctp_initmsg { struct
sctp_usrreq.c 2294 case SCTP_INITMSG:
2296 struct sctp_initmsg *sinit;
2302 if (sopt->sopt_size < sizeof(struct sctp_initmsg)) {
3007 case SCTP_INITMSG:
3009 struct sctp_initmsg *sinit;
3011 if (sopt->sopt_size < sizeof(struct sctp_initmsg)) {
sctp_output.c 7316 struct sctp_initmsg initm;
9956 struct sctp_initmsg initm;

Completed in 74 milliseconds