Searched refs:site_scope (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_sysctl.c | 192 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()
|
| HD | sctp_asconf.c | 1974 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()
|
| HD | sctp_header.h | 210 uint8_t site_scope; /* IPv6 site scope flag */ member
|
| HD | sctp_pcb.c | 843 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()
|
| HD | sctp_structs.h | 654 uint8_t site_scope; member
|
| HD | sctp_output.c | 1924 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()
|
| HD | sctp_usrreq.c | 1026 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()
|
| HD | sctputil.c | 6748 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()
|
| HD | sctp_input.c | 2187 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()
|