Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h516 #define SCTP_PCB_FLAGS_WAS_CONNECTED 0x00080000 macro
H A Dsctp_pcb.c4203 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) || in sctp_aloc_assoc()
4857 inp->sctp_flags |= SCTP_PCB_FLAGS_WAS_CONNECTED; in sctp_free_assoc()
H A Dsctputil.c5601 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) == 0) { in sctp_sorecvmsg()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h516 #define SCTP_PCB_FLAGS_WAS_CONNECTED 0x00080000 macro