Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDsctp_sysctl.c194 int local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local
211 local_scope = stcb->asoc.scope.local_scope; in sctp_sysctl_copy_out_local_addresses()
222 local_scope = 1; in sctp_sysctl_copy_out_local_addresses()
304 if (local_scope == 0) { in sctp_sysctl_copy_out_local_addresses()
HDsctp_asconf.c1952 if (stcb->asoc.scope.local_scope == 0) { in sctp_addr_mgmt_assoc()
2142 if (stcb->asoc.scope.local_scope == 0) { in sctp_asconf_iterator_stcb()
2497 if (stcb->asoc.scope.local_scope == 0 && in sctp_find_valid_localaddr()
3053 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3112 if ((local_scope == 0) && in sctp_check_address_list_all()
3148 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument
3157 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
HDsctp_header.h202 uint8_t local_scope; /* IPv6 local scope flag */ member
HDsctp_pcb.c703 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local
715 local_scope = stcb->asoc.scope.local_scope; in sctp_does_stcb_own_this_addr()
784 if (local_scope == 0) in sctp_does_stcb_own_this_addr()
3669 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
3699 (stcb->asoc.scope.local_scope == 0)) { in sctp_add_remote_addr()
3739 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
HDsctp_structs.h667 uint8_t local_scope; member
HDsctp_output.c5596 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack()
5638 stc.local_scope = 0; in sctp_send_initiate_ack()
5651 stc.local_scope = 0; in sctp_send_initiate_ack()
5667 stc.local_scope = 0; in sctp_send_initiate_ack()
5710 stc.local_scope = asoc->scope.local_scope; in sctp_send_initiate_ack()
6032 scp.local_scope = stc.local_scope; in sctp_send_initiate_ack()
HDsctp_usrreq.c1023 int local_scope, site_scope, ipv6_addr_legal; in sctp_fill_up_addresses_vrf() local
1040 local_scope = stcb->asoc.scope.local_scope; in sctp_fill_up_addresses_vrf()
1051 local_scope = 1; in sctp_fill_up_addresses_vrf()
1168 if (local_scope == 0) in sctp_fill_up_addresses_vrf()
HDsctputil.c6970 int local_scope, site_scope, ipv6_addr_legal; in sctp_local_addr_count() local
6984 local_scope = stcb->asoc.scope.local_scope; in sctp_local_addr_count()
7051 if (local_scope == 0) in sctp_local_addr_count()
HDsctp_input.c2050 asoc->scope.local_scope = cookie->local_scope; in sctp_process_cookie_new()
2209 &store.sa, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()