Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h548 #define SCTP_PCB_FLAGS_AUTOCLOSE 0x0000000000000200 macro
H A Dsctp_input.c1587 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) { in sctp_process_cookie_existing()
1697 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_existing()
2239 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_new()
2852 sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_handle_cookie_ack()
H A Dsctp_timer.c1543 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_autoclose_timer()
H A Dsctp_usrreq.c1574 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))
3805 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;
/f-stack/tools/compat/include/netinet/
H A Dsctp.h548 #define SCTP_PCB_FLAGS_AUTOCLOSE 0x0000000000000200 macro