Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6.c3208 #define RTRADDR prl_64->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3209 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3210 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3212 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
3218 ip6_sprintf(&RTRADDR)); in nd6_siocgprlst()
3220 #undef RTRADDR in nd6_siocgprlst()
3264 #define RTRADDR prl_32->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3265 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3266 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3268 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
[all …]