HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_PCB_FLAGS_AUTOCLOSE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 75 #define SCTP_PCB_FLAGS_AUTOCLOSE 0x00000200
sctp_input.c 1201 (inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
1260 (inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
1644 (inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
2186 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
sctp_timer.c 1366 (inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
sctp_usrreq.c 1372 if ((inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE) ==
1373 SCTP_PCB_FLAGS_AUTOCLOSE)
2431 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;

Completed in 17 milliseconds