Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h511 #define SCTP_PCB_FLAGS_BOUNDALL 0x00000004 macro
532 #define SCTP_PCB_COPY_FLAGS (SCTP_PCB_FLAGS_BOUNDALL|\
H A Dsctp_asconf.c1358 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_asconf_queue_add()
1893 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 || in sctp_addr_mgmt_assoc()
2225 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_asconf_iterator_stcb()
2684 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) in sctp_compose_asconf()
3141 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_check_address_list()
3355 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_asconf_send_nat_state_update()
H A Dsctp_pcb.c858 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_does_stcb_own_this_addr()
1097 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_tcb_special_locate()
1646 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) && in sctp_endpoint_probe()
1730 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL)) { in sctp_endpoint_probe()
2685 if ((new_inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_move_pcb_and_assoc()
3085 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUNDALL; in sctp_inpcb_bind()
3187 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUNDALL; in sctp_inpcb_bind()
5229 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_destination_is_reachable()
5309 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_add_local_addr_ep()
5391 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_del_local_addr_ep()
[all …]
H A Dsctp_sysctl.c150 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_number_of_addresses()
232 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_usrreq.c1070 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_fill_up_addresses_vrf()
1270 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_count_max_addresses_vrf()
1555 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3768 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
5886 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
7127 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
7401 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
H A Dsctputil.c1655 SCTP_PCB_FLAGS_BOUNDALL, in sctp_handle_addr_wq()
6727 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_bindx_add_address()
6835 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_bindx_delete_address()
6939 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_local_addr_count()
H A Dsctp_output.c2043 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_add_addresses_to_i_ia()
3428 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_source_address_selection()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h511 #define SCTP_PCB_FLAGS_BOUNDALL 0x00000004 macro
532 #define SCTP_PCB_COPY_FLAGS (SCTP_PCB_FLAGS_BOUNDALL|\
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c950 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp6_getaddr()