Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h545 #define SCTP_PCB_FLAGS_AUTO_ASCONF 0x0000000000000040 macro
H A Dsctp_pcb.c3089 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind()
3092 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind()
3191 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind()
H A Dsctp_usrreq.c1557 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
3776 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF;
/f-stack/tools/compat/include/netinet/
H A Dsctp.h545 #define SCTP_PCB_FLAGS_AUTO_ASCONF 0x0000000000000040 macro