Searched refs:local_scope (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | sctp_sysctl.c | 194 int local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local 211 local_scope = stcb->asoc.scope.local_scope; in sctp_sysctl_copy_out_local_addresses() 222 local_scope = 1; in sctp_sysctl_copy_out_local_addresses() 304 if (local_scope == 0) { in sctp_sysctl_copy_out_local_addresses()
|
| HD | sctp_asconf.c | 1952 if (stcb->asoc.scope.local_scope == 0) { in sctp_addr_mgmt_assoc() 2142 if (stcb->asoc.scope.local_scope == 0) { in sctp_asconf_iterator_stcb() 2497 if (stcb->asoc.scope.local_scope == 0 && in sctp_find_valid_localaddr() 3053 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument 3112 if ((local_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()
|
| HD | sctp_header.h | 202 uint8_t local_scope; /* IPv6 local scope flag */ member
|
| HD | sctp_pcb.c | 703 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local 715 local_scope = stcb->asoc.scope.local_scope; in sctp_does_stcb_own_this_addr() 784 if (local_scope == 0) in sctp_does_stcb_own_this_addr() 3669 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr() 3699 (stcb->asoc.scope.local_scope == 0)) { in sctp_add_remote_addr() 3739 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
|
| HD | sctp_structs.h | 667 uint8_t local_scope; member
|
| HD | sctp_output.c | 5596 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack() 5638 stc.local_scope = 0; in sctp_send_initiate_ack() 5651 stc.local_scope = 0; in sctp_send_initiate_ack() 5667 stc.local_scope = 0; in sctp_send_initiate_ack() 5710 stc.local_scope = asoc->scope.local_scope; in sctp_send_initiate_ack() 6032 scp.local_scope = stc.local_scope; in sctp_send_initiate_ack()
|
| HD | sctp_usrreq.c | 1023 int local_scope, site_scope, ipv6_addr_legal; in sctp_fill_up_addresses_vrf() local 1040 local_scope = stcb->asoc.scope.local_scope; in sctp_fill_up_addresses_vrf() 1051 local_scope = 1; in sctp_fill_up_addresses_vrf() 1168 if (local_scope == 0) in sctp_fill_up_addresses_vrf()
|
| HD | sctputil.c | 6970 int local_scope, site_scope, ipv6_addr_legal; in sctp_local_addr_count() local 6984 local_scope = stcb->asoc.scope.local_scope; in sctp_local_addr_count() 7051 if (local_scope == 0) in sctp_local_addr_count()
|
| HD | sctp_input.c | 2050 asoc->scope.local_scope = cookie->local_scope; in sctp_process_cookie_new() 2209 &store.sa, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()
|