Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h531 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008 macro
Dsctp_os_userspace.h1133 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
Dsctp_usrreq.c8430 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;
8432 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ACCEPTING;
8435 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;