Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_BOUND_CONN (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h550 #define SCTP_PCB_FLAGS_BOUND_CONN 0x80000000 macro
556 SCTP_PCB_FLAGS_BOUND_CONN)
Dsctp_usrreq.c761 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_CONN;
1515 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
7964 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) &&
8309 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
8319 ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) == 0)) {
Dsctp_sysctl.c290 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) { in sctp_sysctl_copy_out_local_addresses()
Dsctp_output.c6090 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
6791 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
Dsctputil.c1273 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) { in sctp_init_asoc()