Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_NODELAY (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_pcb.h74 #define SCTP_PCB_FLAGS_NODELAY 0x00000100 macro
H A Dsctp_usrreq.c1375 optval = inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY; in sctp_optsget()
2434 set_opt = SCTP_PCB_FLAGS_NODELAY; in sctp_optsset()
H A Dsctp_output.c7463 if (((inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY) == 0) &&
10133 if (((inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY) == 0) &&