Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_DO_ASCONF (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_asconf.c1606 (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0) { in sctp_addr_mgmt_assoc()
1762 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) { in sctp_addr_mgmt_assoc()
1835 if ((inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0) { in sctp_addr_mgmt_ep()
2536 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) && in sctp_process_initack_addresses()
2562 SCTP_PCB_FLAGS_DO_ASCONF) == 0) { in sctp_process_initack_addresses()
2848 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) { in sctp_check_address_list()
Dsctp_pcb.h71 #define SCTP_PCB_FLAGS_DO_ASCONF 0x00000020 macro
Dsctp_pcb.c1831 SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind()
1906 inp->sctp_flags |= SCTP_PCB_FLAGS_DO_ASCONF; in sctp_inpcb_bind()
3660 ((inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0)) { in sctp_del_local_addr_assoc()
3701 ((inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0)) { in sctp_del_local_addr_assoc_sa()
Dsctp_usrreq.c1036 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) { in sctp_fill_up_addresses()
Dsctp_input.c2195 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) && in sctp_handle_cookie_ack()
Dsctp_output.c632 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) { in sctp_choose_v4_boundspecific_stcb()
1301 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) { in sctp_choose_v6_boundspecific_stcb()