Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_MULTIPLE_ASCONFS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netinet/
HDsctp.h561 #define SCTP_PCB_FLAGS_MULTIPLE_ASCONFS 0x0000000001000000 macro
HDsctp_pcb.c3086 sctp_feature_off(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind()
3088 sctp_feature_on(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind()
HDsctp_output.c9194 (!sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS))) { in sctp_send_asconf()