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

/freebsd-12-stable/sys/netinet/
H A Dsctp.h545 #define SCTP_PCB_FLAGS_EXT_RCVINFO 0x0000000000000002 /* deprecated */ macro
H A Dsctp_usrreq.c1560 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO);
3776 set_opt = SCTP_PCB_FLAGS_EXT_RCVINFO;
H A Dsctputil.c5849 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) ||
6362 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) ||
H A Dsctp_indata.c207 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO)) {

Completed in 289 milliseconds