Home
last modified time | relevance | path

Searched refs:sctp_is_feature_off (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_var.h55 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) macro
Dsctp_usrreq.c1931 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
3103 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
3108 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_NOT_PMTUD)) {
7981 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
8148 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
Dsctp_indata.c196 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_build_ctl_nchunk()
197 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_build_ctl_nchunk()
198 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { in sctp_build_ctl_nchunk()
Dsctp_pcb.c2203 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
4937 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) ||
6311 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {
Dsctp_output.c7291 if ((sctp_is_feature_off(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))
14692 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
14708 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
Dsctputil.c7226 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) &&
7227 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) &&
7228 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) ||
Dsctp_asconf.c1931 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc()