Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet6/
H A Dmld6.c951 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query()
1185 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v2_input_query()
1442 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_report()
H A Din6_var.h1088 #define IN6_LOOKUP_MULTI(addr, ifp, in6m) \ macro
H A Dip6_input.c1102 IN6_LOOKUP_MULTI(&ip6->ip6_dst, inifp, in6m); in ip6_input()
H A Din6_mcast.c461 IN6_LOOKUP_MULTI(group, ifp, inm); in in6_mc_get()
H A Dicmp6.c538 IN6_LOOKUP_MULTI(&ip6->ip6_dst, ifp, inm); in icmp6_input()
H A Dip6_output.c1341 IN6_LOOKUP_MULTI(&ip6->ip6_dst, ifp, in6m); in ip6_output_list()
H A Dnd6.c3051 IN6_LOOKUP_MULTI(&llsol, ifp, in6m); in nd6_rtrequest()
/xnu-10002.81.5/bsd/netkey/
H A Dkey.c5452 IN6_LOOKUP_MULTI(&sin6->sin6_addr, ia->ia_ifp, in6m); in key_ismyaddr6()