Searched refs:site_scope (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/sys/netinet/ |
| D | sctp_sysctl.c | 191 int loopback_scope, ipv4_local_scope, local_scope, site_scope; in copy_out_local_addresses() local 204 site_scope = stcb->asoc.scope.site_scope; in copy_out_local_addresses() 212 site_scope = 1; in copy_out_local_addresses() 291 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) in copy_out_local_addresses()
|
| D | sctp_header.h | 200 uint8_t site_scope; /* IPv6 site scope flag */ member
|
| D | sctp_asconf.c | 1952 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() 3095 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument 3161 if ((site_scope == 0) && in sctp_check_address_list_all() 3193 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument 3202 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
|
| D | sctp_pcb.c | 844 int local_scope, site_scope, ipv6_addr_legal; in sctp_does_stcb_own_this_addr() local 858 site_scope = stcb->asoc.scope.site_scope; in sctp_does_stcb_own_this_addr() 932 if ((site_scope == 0) && in sctp_does_stcb_own_this_addr() 3832 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr() 3845 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr() 3852 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr() 3863 (stcb->asoc.scope.site_scope == 0)) { in sctp_add_remote_addr() 3901 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
|
| D | sctp_structs.h | 611 uint8_t site_scope; member
|
| D | sctp_output.c | 1922 if ((scope->site_scope == 0) && in sctp_is_address_in_scope() 5609 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack() 5657 stc.site_scope = 1; in sctp_send_initiate_ack() 5672 stc.site_scope = 1; in sctp_send_initiate_ack() 5686 stc.site_scope = 1; in sctp_send_initiate_ack() 5705 stc.site_scope = 1; in sctp_send_initiate_ack() 5727 stc.site_scope = asoc->scope.site_scope; in sctp_send_initiate_ack() 6011 scp.site_scope = stc.site_scope; in sctp_send_initiate_ack()
|
| D | sctp_usrreq.c | 1108 int local_scope, site_scope, ipv6_addr_legal; in sctp_fill_up_addresses_vrf() local 1126 site_scope = stcb->asoc.scope.site_scope; in sctp_fill_up_addresses_vrf() 1137 site_scope = 1; in sctp_fill_up_addresses_vrf() 1271 if ((site_scope == 0) && in sctp_fill_up_addresses_vrf()
|
| D | sctputil.c | 6645 int local_scope, site_scope, ipv6_addr_legal; in sctp_local_addr_count() local 6661 site_scope = stcb->asoc.scope.site_scope; in sctp_local_addr_count() 6747 if ((site_scope == 0) && in sctp_local_addr_count()
|
| D | sctp_input.c | 2116 asoc->scope.site_scope = cookie->site_scope; in sctp_process_cookie_new() 2352 initack_src, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()
|