Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dnd6.c3207 #define RTRADDR prl_64->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3208 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3209 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3211 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
3217 ip6_sprintf(&RTRADDR)); in nd6_siocgprlst()
3219 #undef RTRADDR in nd6_siocgprlst()
3263 #define RTRADDR prl_32->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3264 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3265 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3267 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
[all …]