Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_sysctl.c192 int loopback_scope, ipv4_local_scope, local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local
205 site_scope = stcb->asoc.scope.site_scope; in sctp_sysctl_copy_out_local_addresses()
213 site_scope = 1; in sctp_sysctl_copy_out_local_addresses()
283 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) in sctp_sysctl_copy_out_local_addresses()
HDsctp_asconf.c1974 if (stcb->asoc.scope.site_scope == 0 && in sctp_addr_mgmt_assoc()
2528 if (stcb->asoc.scope.site_scope == 0 && in sctp_find_valid_localaddr()
3067 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3130 if ((site_scope == 0) && in sctp_check_address_list_all()
3162 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument
3171 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
HDsctp_header.h210 uint8_t site_scope; /* IPv6 site scope flag */ member
HDsctp_pcb.c843 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local
856 site_scope = stcb->asoc.scope.site_scope; in sctp_does_stcb_own_this_addr()
931 if ((site_scope == 0) && in sctp_does_stcb_own_this_addr()
3813 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3826 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3833 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3844 (stcb->asoc.scope.site_scope == 0)) { in sctp_add_remote_addr()
3882 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
HDsctp_structs.h654 uint8_t site_scope; member
HDsctp_output.c1924 if ((scope->site_scope == 0) && in sctp_is_address_in_scope()
5637 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack()
5678 stc.site_scope = 1; in sctp_send_initiate_ack()
5693 stc.site_scope = 1; in sctp_send_initiate_ack()
5709 stc.site_scope = 1; in sctp_send_initiate_ack()
5729 stc.site_scope = 1; in sctp_send_initiate_ack()
5750 stc.site_scope = asoc->scope.site_scope; in sctp_send_initiate_ack()
6071 scp.site_scope = stc.site_scope; in sctp_send_initiate_ack()
HDsctp_usrreq.c1026 int local_scope, site_scope, ipv6_addr_legal; in sctp_fill_up_addresses_vrf() local
1043 site_scope = stcb->asoc.scope.site_scope; in sctp_fill_up_addresses_vrf()
1054 site_scope = 1; in sctp_fill_up_addresses_vrf()
1186 if ((site_scope == 0) && in sctp_fill_up_addresses_vrf()
HDsctputil.c6748 int local_scope, site_scope, ipv6_addr_legal; in sctp_local_addr_count() local
6763 site_scope = stcb->asoc.scope.site_scope; in sctp_local_addr_count()
6845 if ((site_scope == 0) && in sctp_local_addr_count()
HDsctp_input.c2187 asoc->scope.site_scope = cookie->site_scope; in sctp_process_cookie_new()
2430 &store.sa, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()