Home
last modified time | relevance | path

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

/xnu-11417.101.15/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.c602 struct in6_addr *__single src, src_in, src_storage; in nd6_ns_output() local
753 NULL, &ro, NULL, &src_storage, ip6oa.ip6oa_boundif, in nd6_ns_output()
1446 struct in6_addr src_storage, daddr6; in nd6_na_output() local
1543 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.c2246 struct in6_addr t, src_storage; in icmp6_reflect() local
2431 &src_storage, ip6oa.ip6oa_boundif, &e); in icmp6_reflect()
/xnu-11417.101.15/bsd/net/
H A Ddlil_subr.c816 struct in6_addr src_storage = {}; in dlil_clat46() local
878 src = in6_selectsrc_core(&dstsock, 0, ifp, 0, &src_storage, NULL, &error, in dlil_clat46()
890 iph->ip_ttl, src_storage, dstsock.sin6_addr, tot_len) == NT_NAT64) ? 0 : -1; in dlil_clat46()
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1260 struct in6_addr src_storage, *in6; in flow_route_select_laddr() local
1266 ifp, 0, &src_storage, &src_ifp, &err, &ifa, &ro, FALSE)) == NULL) { in flow_route_select_laddr()