Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_pcb.c279 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_tcb_special_locate()
688 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) && in sctp_endpoint_probe()
731 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL)) { in sctp_endpoint_probe()
1540 if ((new_inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_move_pcb_and_assoc()
1830 inp->sctp_flags |= (SCTP_PCB_FLAGS_BOUNDALL | in sctp_inpcb_bind()
1894 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUNDALL; in sctp_inpcb_bind()
3362 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_destination_is_reachable()
3425 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_add_local_addr_ep()
3445 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd == 0)) { in sctp_add_local_addr_ep()
3496 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_del_local_addr_ep()
[all …]
Dsctp_asconf.c1605 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 && in sctp_addr_mgmt_assoc()
1833 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_addr_mgmt_ep()
1884 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_addr_mgmt_restrict_ep()
2368 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) in sctp_compose_asconf()
2560 SCTP_PCB_FLAGS_BOUNDALL) == 0 && in sctp_process_initack_addresses()
2842 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_check_address_list()
Dsctp_pcb.h68 #define SCTP_PCB_FLAGS_BOUNDALL 0x00000004 macro
Dsctp_usrreq.c950 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_fill_up_addresses()
1104 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_count_max_addresses()
3130 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_optsset()
3195 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_optsset()
3717 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sockaddr()
Dsctp_output.c1172 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_ipv4_source_address_selection()
1968 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_ipv6_source_address_selection()
2736 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_send_initiate()
3690 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_send_initiate_ack()
/netbsd/src/sys/netinet6/
Dsctp6_usrreq.c1066 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp6_getaddr()