Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h560 #define SCTP_PCB_FLAGS_EXPLICIT_EOR 0x0000000000400000 macro
H A Dsctp_usrreq.c1565 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR);
3783 set_opt = SCTP_PCB_FLAGS_EXPLICIT_EOR;
H A Dsctp_output.c7160 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_EXPLICIT_EOR) == 0) && in sctp_move_to_outqueue()
7821 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR))) { in sctp_med_chunk_output()
12514 user_marks_eor = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); in sctp_lower_sosend()
H A Dsctputil.c5531 in_eeor_mode = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); in sctp_sorecvmsg()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h560 #define SCTP_PCB_FLAGS_EXPLICIT_EOR 0x0000000000400000 macro