Searched refs:local_scope (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/netinet/ |
| HD | sctp_sysctl.c | 194 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()
|
| HD | sctp_asconf.c | 1923 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()
|
| HD | sctp_header.h | 193 uint8_t local_scope; /* IPv6 local scope flag */ member
|
| HD | sctp_pcb.c | 846 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()
|
| HD | sctp_structs.h | 616 uint8_t local_scope; member
|
| HD | sctp_output.c | 5580 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()
|
| HD | sctp_usrreq.c | 1110 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()
|
| HD | sctputil.c | 6692 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()
|
| HD | sctp_input.c | 2126 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()
|