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

  /src/sys/netinet/
sctp_pcb.h 74 #define SCTP_PCB_FLAGS_NODELAY 0x00000100
sctp_usrreq.c 1369 optval = inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY;
2428 set_opt = SCTP_PCB_FLAGS_NODELAY;
sctp_output.c 7451 if (((inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY) == 0) &&
10110 if (((inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY) == 0) &&

Completed in 21 milliseconds