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

/freebsd-10.1-release/sys/netinet/
H A Dsctp.h509 #define SCTP_PCB_FLAGS_WAS_CONNECTED 0x00080000 macro
H A Dsctp_pcb.c4223 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) ||
4857 inp->sctp_flags |= SCTP_PCB_FLAGS_WAS_CONNECTED;
H A Dsctputil.c5318 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) == 0) {
5359 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) == 0) {

Completed in 84 milliseconds