Home
last modified time | relevance | path

Searched refs:site_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
204 site_scope = stcb->asoc.scope.site_scope; in sctp_sysctl_copy_out_local_addresses()
212 site_scope = 1; in sctp_sysctl_copy_out_local_addresses()
282 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_header.h206 uint8_t site_scope; /* IPv6 site scope flag */ member
H A Dsctp_asconf.c1963 if (stcb->asoc.scope.site_scope == 0 && in sctp_addr_mgmt_assoc()
2501 if (stcb->asoc.scope.site_scope == 0 && in sctp_find_valid_localaddr()
3040 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3103 if ((site_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_pcb.c833 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local
846 site_scope = stcb->asoc.scope.site_scope; in sctp_does_stcb_own_this_addr()
921 if ((site_scope == 0) && in sctp_does_stcb_own_this_addr()
3792 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3805 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3812 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3823 (stcb->asoc.scope.site_scope == 0)) { in sctp_add_remote_addr()
3861 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
H A Dsctp_structs.h646 uint8_t site_scope; member
H A Dsctp_output.c1924 if ((scope->site_scope == 0) && in sctp_is_address_in_scope()
5597 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack()
5638 stc.site_scope = 1; in sctp_send_initiate_ack()
5653 stc.site_scope = 1; in sctp_send_initiate_ack()
5669 stc.site_scope = 1; in sctp_send_initiate_ack()
5689 stc.site_scope = 1; in sctp_send_initiate_ack()
5710 stc.site_scope = asoc->scope.site_scope; in sctp_send_initiate_ack()
6030 scp.site_scope = stc.site_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
1033 site_scope = stcb->asoc.scope.site_scope; in sctp_fill_up_addresses_vrf()
1044 site_scope = 1; in sctp_fill_up_addresses_vrf()
1176 if ((site_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
6928 site_scope = stcb->asoc.scope.site_scope; in sctp_local_addr_count()
7010 if ((site_scope == 0) && in sctp_local_addr_count()
H A Dsctp_input.c2090 asoc->scope.site_scope = cookie->site_scope; in sctp_process_cookie_new()
2267 &store.sa, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()