Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_sysctl.c191 int loopback_scope, ipv4_local_scope, local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local
203 local_scope = stcb->asoc.scope.local_scope; in sctp_sysctl_copy_out_local_addresses()
211 local_scope = 1; in sctp_sysctl_copy_out_local_addresses()
279 if (local_scope == 0) in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_asconf.c1955 if (stcb->asoc.scope.local_scope == 0) { in sctp_addr_mgmt_assoc()
2145 if (stcb->asoc.scope.local_scope == 0) { in sctp_asconf_iterator_stcb()
2498 if (stcb->asoc.scope.local_scope == 0 && in sctp_find_valid_localaddr()
3040 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3099 if ((local_scope == 0) && in sctp_check_address_list_all()
3135 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument
3144 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
H A Dsctp_header.h205 uint8_t local_scope; /* IPv6 local scope flag */ member
H A Dsctp_structs.h645 uint8_t local_scope; member
H A Dsctp_pcb.c833 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local
845 local_scope = stcb->asoc.scope.local_scope; in sctp_does_stcb_own_this_addr()
914 if (local_scope == 0) in sctp_does_stcb_own_this_addr()
3790 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
3820 (stcb->asoc.scope.local_scope == 0)) { in sctp_add_remote_addr()
3860 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
H A Dsctp_output.c5597 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack()
5639 stc.local_scope = 0; in sctp_send_initiate_ack()
5652 stc.local_scope = 0; in sctp_send_initiate_ack()
5668 stc.local_scope = 0; in sctp_send_initiate_ack()
5711 stc.local_scope = asoc->scope.local_scope; in sctp_send_initiate_ack()
6029 scp.local_scope = stc.local_scope; in sctp_send_initiate_ack()
H A Dsctp_usrreq.c1015 int local_scope, site_scope, ipv6_addr_legal; in sctp_fill_up_addresses_vrf() local
1032 local_scope = stcb->asoc.scope.local_scope; in sctp_fill_up_addresses_vrf()
1043 local_scope = 1; in sctp_fill_up_addresses_vrf()
1160 if (local_scope == 0) in sctp_fill_up_addresses_vrf()
H A Dsctputil.c6913 int local_scope, site_scope, ipv6_addr_legal; in sctp_local_addr_count() local
6927 local_scope = stcb->asoc.scope.local_scope; in sctp_local_addr_count()
6994 if (local_scope == 0) in sctp_local_addr_count()
H A Dsctp_input.c2091 asoc->scope.local_scope = cookie->local_scope; in sctp_process_cookie_new()
2267 &store.sa, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()