Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_sysctl.c194 int loopback_scope, ipv4_local_scope, local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local
206 local_scope = stcb->asoc.scope.local_scope; in sctp_sysctl_copy_out_local_addresses()
214 local_scope = 1; in sctp_sysctl_copy_out_local_addresses()
282 if (local_scope == 0) in sctp_sysctl_copy_out_local_addresses()
HDsctp_asconf.c1923 if (stcb->asoc.scope.local_scope == 0) { in sctp_addr_mgmt_assoc()
2118 if (stcb->asoc.scope.local_scope == 0) { in sctp_asconf_iterator_stcb()
2508 if (stcb->asoc.scope.local_scope == 0 && in sctp_find_valid_localaddr()
3060 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3122 if ((local_scope == 0) && in sctp_check_address_list_all()
3158 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument
3167 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
HDsctp_header.h193 uint8_t local_scope; /* IPv6 local scope flag */ member
HDsctp_pcb.c846 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local
859 local_scope = stcb->asoc.scope.local_scope; in sctp_does_stcb_own_this_addr()
927 if (local_scope == 0) in sctp_does_stcb_own_this_addr()
3827 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
3857 (stcb->asoc.scope.local_scope == 0)) { in sctp_add_remote_addr()
3897 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
HDsctp_structs.h616 uint8_t local_scope; member
HDsctp_output.c5580 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack()
5622 stc.local_scope = 0; in sctp_send_initiate_ack()
5635 stc.local_scope = 0; in sctp_send_initiate_ack()
5651 stc.local_scope = 0; in sctp_send_initiate_ack()
5695 stc.local_scope = asoc->scope.local_scope; in sctp_send_initiate_ack()
5998 scp.local_scope = stc.local_scope; in sctp_send_initiate_ack()
HDsctp_usrreq.c1110 int local_scope, site_scope, ipv6_addr_legal; in sctp_fill_up_addresses_vrf() local
1127 local_scope = stcb->asoc.scope.local_scope; in sctp_fill_up_addresses_vrf()
1138 local_scope = 1; in sctp_fill_up_addresses_vrf()
1252 if (local_scope == 0) in sctp_fill_up_addresses_vrf()
HDsctputil.c6692 int local_scope, site_scope, ipv6_addr_legal; in sctp_local_addr_count() local
6707 local_scope = stcb->asoc.scope.local_scope; in sctp_local_addr_count()
6773 if (local_scope == 0) in sctp_local_addr_count()
HDsctp_input.c2126 asoc->scope.local_scope = cookie->local_scope; in sctp_process_cookie_new()
2363 &store.sa, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()