Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h512 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008 macro
H A Dsctp_os_bsd.h479 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
H A Dsctp_usrreq.c7257 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;
7259 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ACCEPTING;
/f-stack/tools/compat/include/netinet/
H A Dsctp.h512 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008 macro