Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_UNBOUND (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h532 #define SCTP_PCB_FLAGS_UNBOUND 0x00000010 macro
Dsctp_pcb.c2866 SCTP_PCB_FLAGS_UNBOUND);
2872 SCTP_PCB_FLAGS_UNBOUND);
3117 new_inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND;
3313 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
3795 inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND;
4080 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) !=
4081 SCTP_PCB_FLAGS_UNBOUND) {
4088 inp->sctp_flags |= SCTP_PCB_FLAGS_UNBOUND;
5056 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
Dsctp_usrreq.c1984 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
1985 SCTP_PCB_FLAGS_UNBOUND) {
4540 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
4933 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
4979 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
7971 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
7972 SCTP_PCB_FLAGS_UNBOUND) {
8139 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == SCTP_PCB_FLAGS_UNBOUND) {
8399 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
Dsctp_input.c3026 SCTP_PCB_FLAGS_UNBOUND |
Dsctputil.c7711 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c1170 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
1171 SCTP_PCB_FLAGS_UNBOUND) {