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

  /src/sys/netinet/
sctp_constants.h 305 #define SCTP_PR_SCTP_ENABLED 0x0400
sctp_timer.c 502 if ((chk->flags & (SCTP_PR_SCTP_ENABLED|SCTP_PR_SCTP_BUFFER)) == SCTP_PR_SCTP_ENABLED) {
sctp_indata.c 2970 if ((tp1->flags & (SCTP_PR_SCTP_ENABLED|SCTP_PR_SCTP_BUFFER)) ==
2971 SCTP_PR_SCTP_ENABLED &&
3206 if ((tp1->flags & SCTP_PR_SCTP_ENABLED) == 0) {
sctp_output.c 3924 if ((chk->flags & (SCTP_PR_SCTP_ENABLED |
3926 (SCTP_PR_SCTP_ENABLED|SCTP_PR_SCTP_BUFFER)) {
3966 if ((chk->flags & (SCTP_PR_SCTP_ENABLED |
3968 (SCTP_PR_SCTP_ENABLED|SCTP_PR_SCTP_BUFFER)) {
4073 template->flags |= SCTP_PR_SCTP_ENABLED;

Completed in 32 milliseconds