Searched refs:src_ifscope (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/netkey/ |
| H A D | key.h | 72 …r_t src, caddr_t dst, u_int16_t src_port, u_int16_t dst_port, uint32_t src_ifscope, uint32_t dst_i…
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | icmp6.c | 2503 uint32_t src_ifscope = IFSCOPE_NONE, redtgt_ifscope = IFSCOPE_NONE, reddst_ifscope = IFSCOPE_NONE; in icmp6_redirect_input() local 2528 src_ifscope = in6_addr2scopeid(ifp, &src6); in icmp6_redirect_input() 2591 if (!in6_are_addr_equal_scoped(&src6, gw6, src_ifscope, ((struct sockaddr_in6 *)(void *) in icmp6_redirect_input() 2686 ssrc.sin6_scope_id = src_ifscope; in icmp6_redirect_input()
|
| H A D | ip6_input.c | 1522 uint32_t src_ifscope = IFSCOPE_NONE; in ip6_input_getsrcifscope() local 1523 ip6_getsrcifaddr_info(m, &src_ifscope, NULL); in ip6_input_getsrcifscope() 1524 return src_ifscope; in ip6_input_getsrcifscope()
|