Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c4531 sctp_feature_on(inp, set_opt);
4551 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
4576 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
4577 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
4579 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
5832 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT);
5838 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5844 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5850 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5856 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR);
[all …]
Dsctp_var.h52 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) macro
Dsctp_pcb.c2891 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
2894 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
2895 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3664 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF);
3665 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
3670 sctp_feature_on(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS);
3766 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF);