Home
last modified time | relevance | path

Searched refs:src_storage (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Din6_src.c223 struct in6_addr src_storage = {}; in in6_selectsrc_core_ifa() local
229 ifp, 0, &src_storage, &src_ifp, &err, &ifa, NULL, FALSE)) == NULL) { in in6_selectsrc_core_ifa()
273 struct ifnet *ifp, int srcsel_debug, struct in6_addr *src_storage, in in6_selectsrc_core() argument
290 VERIFY(src_storage != NULL); in in6_selectsrc_core()
313 src_storage = NULL; in in6_selectsrc_core()
688 src_storage = NULL; in in6_selectsrc_core()
701 *src_storage = satosin6(&ia->ia_addr)->sin6_addr; in in6_selectsrc_core()
714 tmp = (src_storage != NULL) ? src_storage : &in6addr_any; in in6_selectsrc_core()
725 return src_storage; in in6_selectsrc_core()
736 struct ifnet **ifpp, struct in6_addr *src_storage, unsigned int ifscope, in in6_selectsrc() argument
[all …]
H A Dnd6_nbr.c603 struct in6_addr *__single src, src_in, src_storage; in nd6_ns_output() local
752 NULL, &ro, NULL, &src_storage, ip6oa.ip6oa_boundif, in nd6_ns_output()
1449 struct in6_addr src_storage, daddr6; in nd6_na_output() local
1546 src = in6_selectsrc(&dst_sa, NULL, NULL, &ro, NULL, &src_storage, in nd6_na_output()
H A Din6_pcb.c628 struct in6_addr src_storage; in in6_pcbladdr() local
676 &inp->in6p_route, outif, &src_storage, ifscope, &error); in in6_pcbladdr()
H A Dicmp6.c2248 struct in6_addr t, src_storage; in icmp6_reflect() local
2433 &src_storage, ip6oa.ip6oa_boundif, &e); in icmp6_reflect()
/xnu-12377.81.4/bsd/net/
H A Ddlil_subr.c682 struct in6_addr src_storage = {}; in dlil_clat46() local
761 src = in6_selectsrc_core(&dstsock, 0, ifp, 0, &src_storage, NULL, &error, in dlil_clat46()
777 iph->ip_ttl, src_storage, dstsock.sin6_addr, tot_len) == NT_NAT64) ? 0 : -1; in dlil_clat46()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1262 struct in6_addr src_storage, *in6; in flow_route_select_laddr() local
1268 ifp, 0, &src_storage, &src_ifp, &err, &ifa, &ro, FALSE)) == NULL) { in flow_route_select_laddr()