Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h559 #define SCTP_PCB_FLAGS_NO_FRAGMENT 0x0000000000100000 macro
H A Dsctp_usrreq.c1549 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT);
3762 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
H A Dsctp_output.c12792 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT)) { in sctp_lower_sosend()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h559 #define SCTP_PCB_FLAGS_NO_FRAGMENT 0x0000000000100000 macro