Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h581 #define SCTP_PCB_FLAGS_RECVPEERERR 0x0000000000002000 macro
Dsctp_usrreq.c2702 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR))
3687 event_type = SCTP_PCB_FLAGS_RECVPEERERR;
5856 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR);
5858 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPEERERR);
5917 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_RECVPEERERR);
5919 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_RECVPEERERR);
6938 event_type = SCTP_PCB_FLAGS_RECVPEERERR;
Dsctputil.c4189 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVPEERERR)) { in sctp_notify_remote_error()