Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_sysctl.c195 int local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local
213 site_scope = stcb->asoc.scope.site_scope; in sctp_sysctl_copy_out_local_addresses()
224 site_scope = 1; in sctp_sysctl_copy_out_local_addresses()
309 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) { in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_header.h203 uint8_t site_scope; /* IPv6 site scope flag */ member
H A Dsctp_asconf.c1960 if (stcb->asoc.scope.site_scope == 0 && in sctp_addr_mgmt_assoc()
2500 if (stcb->asoc.scope.site_scope == 0 && in sctp_find_valid_localaddr()
3053 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3116 if ((site_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()
H A Dsctp_pcb.c703 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local
716 site_scope = stcb->asoc.scope.site_scope; in sctp_does_stcb_own_this_addr()
791 if ((site_scope == 0) && in sctp_does_stcb_own_this_addr()
3672 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3685 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3692 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3703 (stcb->asoc.scope.site_scope == 0)) { in sctp_add_remote_addr()
3741 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
H A Dsctp_structs.h668 uint8_t site_scope; member
H A Dsctp_output.c1921 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()
6094 scp.site_scope = stc.site_scope; in sctp_send_initiate_ack()
H A Dsctp_usrreq.c1006 int local_scope, site_scope, ipv6_addr_legal; in sctp_fill_up_addresses_vrf() local
1024 site_scope = stcb->asoc.scope.site_scope; in sctp_fill_up_addresses_vrf()
1035 site_scope = 1; in sctp_fill_up_addresses_vrf()
1167 if ((site_scope == 0) && in sctp_fill_up_addresses_vrf()
H A Dsctputil.c6970 int local_scope, site_scope, ipv6_addr_legal; in sctp_local_addr_count() local
6985 site_scope = stcb->asoc.scope.site_scope; in sctp_local_addr_count()
7067 if ((site_scope == 0) && in sctp_local_addr_count()
H A Dsctp_input.c2050 asoc->scope.site_scope = cookie->site_scope; in sctp_process_cookie_new()
2211 &store.sa, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()