Searched refs:IN6_IS_ADDR_MC_NODELOCAL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.h344 #define IN6_IS_ADDR_MC_NODELOCAL(a) \ macro
360 #define IN6_IS_ADDR_MC_NODELOCAL(a) \ macro
H A Din6_src.c199 if (ifp == NULL && IN6_IS_ADDR_MC_NODELOCAL(dst)) {
H A Din6_pcb.c594 if (ifp == NULL && IN6_IS_ADDR_MC_NODELOCAL(dst)) {
H A Dip6_output.c713 if (IN6_IS_ADDR_MC_NODELOCAL(&ip6->ip6_dst)) {
2163 if (IN6_IS_ADDR_MC_NODELOCAL(&mreq->ipv6mr_multiaddr)) {
H A Dip6_mroute.c979 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_NODELOCAL(&ip6->ip6_dst) ||

Completed in 42 milliseconds