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

  /src/sys/netinet/
sctp.h 78 #define SCTP_INITMSG 0x00000004
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)) {

Completed in 13 milliseconds