Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h576 #define SCTP_PCB_FLAGS_NODELAY 0x0000000000000100 macro
Dsctp_output.c7291 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
10578 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY)) {
14385 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
14402 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
14652 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY);
14692 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
14708 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
Dsctp_usrreq.c2146 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY);
4513 set_opt = SCTP_PCB_FLAGS_NODELAY;