Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h550 #define SCTP_PCB_FLAGS_BOUND_CONN 0x80000000 macro
556 SCTP_PCB_FLAGS_BOUND_CONN)
Dsctp_usrreq.c828 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_CONN;
1584 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
8071 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) &&
8420 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
8430 ((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.c6138 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
6818 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
Dsctputil.c1281 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) { in sctp_init_asoc()