Home
last modified time | relevance | path

Searched refs:IN6_LOOKUP_MULTI (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Dmld6.c944 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query()
1178 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v2_input_query()
1435 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_report()
H A Din6_var.h1108 #define IN6_LOOKUP_MULTI(addr, ifp, in6m) \ macro
H A Dip6_input.c1121 IN6_LOOKUP_MULTI(&ip6->ip6_dst, inifp, in6m); in ip6_input()
H A Dicmp6.c543 IN6_LOOKUP_MULTI(&ip6->ip6_dst, ifp, inm); in icmp6_input()
H A Din6_mcast.c492 IN6_LOOKUP_MULTI(group, ifp, inm); in in6_mc_get()
H A Dip6_output.c1392 IN6_LOOKUP_MULTI(&ip6->ip6_dst, ifp, in6m); in ip6_output_list()
H A Dnd6.c3066 IN6_LOOKUP_MULTI(&llsol, ifp, in6m); in nd6_rtrequest()
/xnu-12377.1.9/bsd/netkey/
H A Dkey.c5417 IN6_LOOKUP_MULTI(&sin6->sin6_addr, ia->ia_ifp, in6m); in key_ismyaddr6()