Home
last modified time | relevance | path

Searched refs:sctp_feature_off (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c4533 sctp_feature_off(inp, set_opt);
4553 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE);
4580 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
4582 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
4583 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
5834 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT);
5840 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5846 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5852 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5858 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPEERERR);
[all …]
Dsctp_peeloff.c264 sctp_feature_off(n_inp, SCTP_PCB_FLAGS_AUTOCLOSE); in sctp_get_peeloff()
Dsctp_var.h53 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) macro
Dsctp_pcb.c2892 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
2897 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
2898 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3661 sctp_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF);
3662 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
3668 sctp_feature_off(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS);
3768 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
Dsctp_output.c14652 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY);