Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_pcb.h72 #define SCTP_PCB_FLAGS_AUTO_ASCONF 0x00000040 macro
H A Dsctp_pcb.c1834 inp->sctp_flags &= ~SCTP_PCB_FLAGS_AUTO_ASCONF; in sctp_inpcb_bind()
1836 inp->sctp_flags |= SCTP_PCB_FLAGS_AUTO_ASCONF; in sctp_inpcb_bind()
1897 inp->sctp_flags &= ~SCTP_PCB_FLAGS_AUTO_ASCONF; in sctp_inpcb_bind()
1901 inp->sctp_flags &= ~SCTP_PCB_FLAGS_AUTO_ASCONF; in sctp_inpcb_bind()
1903 inp->sctp_flags |= SCTP_PCB_FLAGS_AUTO_ASCONF; in sctp_inpcb_bind()
H A Dsctp_usrreq.c1372 optval = inp->sctp_flags & SCTP_PCB_FLAGS_AUTO_ASCONF; in sctp_optsget()
2423 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF; in sctp_optsset()
H A Dsctp_asconf.c1944 if (inp->sctp_flags & SCTP_PCB_FLAGS_AUTO_ASCONF) { in sctp_addr_mgmt()