Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h535 #define SCTP_PCB_FLAGS_WAS_CONNECTED 0x00080000 macro
Dsctp_pcb.c4952 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) ||
5624 inp->sctp_flags |= SCTP_PCB_FLAGS_WAS_CONNECTED;
Dsctputil.c6244 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) == 0) {