Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_BOUND_V6 (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDsctp.h533 #define SCTP_PCB_FLAGS_BOUND_V6 0x04000000 macro
542 SCTP_PCB_FLAGS_BOUND_V6)
HDsctp_asconf.c1925 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) in sctp_addr_mgmt_assoc()
1973 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_addr_mgmt_assoc()
2035 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_asconf_iterator_ep()
2046 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_ep()
2125 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_asconf_iterator_stcb()
2160 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_stcb()
2177 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_stcb()
2575 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_compose_asconf()
HDsctp_pcb.c1518 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_endpoint_probe()
1540 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_endpoint_probe()
1681 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_isport_inuse()
1683 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_isport_inuse()
1690 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_isport_inuse()
1695 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_isport_inuse()
2498 if (old_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_move_pcb_and_assoc()
4136 ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_aloc_assoc_locked()
4156 ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0)) { in sctp_aloc_assoc_locked()
HDsctp_usrreq.c117 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_pathmtu_adjustment()
479 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6; /* I'm not v6! */ in sctp_attach()
1043 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_fill_up_addresses_vrf()
1397 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) && in sctp_do_connect_x()
1402 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_do_connect_x()
2473 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
3788 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
5601 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
7017 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
7160 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
[all …]
HDsctputil.c1235 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_init_asoc()
6799 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_bindx_add_address()
6809 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_bindx_add_address()
6833 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_bindx_add_address()
6907 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_bindx_delete_address()
6916 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_bindx_delete_address()
6940 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_bindx_delete_address()
HDsctp_sysctl.c226 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_sysctl_copy_out_local_addresses()
HDsctp_output.c5640 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_send_initiate_ack()
6297 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_get_frag_point()
10410 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in send_forward_tsn()
12756 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) && in sctp_lower_sosend()
/freebsd-14-stable/usr.bin/netstat/
HDsctp.c375 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_process_inpcb()
/freebsd-14-stable/usr.bin/sockstat/
HDsockstat.c435 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in gather_sctp()
533 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in gather_sctp()
/freebsd-14-stable/sys/netinet6/
HDsctp6_usrreq.c459 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_V6; /* I'm v6! */ in sctp6_attach()