Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_ACCEPTING (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/netinet/
HDsctp.h519 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008 macro
HDsctp_os_bsd.h479 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
HDsctp_usrreq.c7250 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;
7255 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;
7257 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ACCEPTING;