Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_EXT_RCVINFO (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/netinet/
HDsctp.h534 #define SCTP_PCB_FLAGS_EXT_RCVINFO 0x0000000000000002 /* deprecated */ macro
HDsctputil.c5596 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || in sctp_sorecvmsg()
6109 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || in sctp_sorecvmsg()
HDsctp_usrreq.c1684 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO);
3834 set_opt = SCTP_PCB_FLAGS_EXT_RCVINFO;
HDsctp_indata.c233 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO)) { in sctp_build_ctl_nchunk()