Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6.c3172 #define RTRADDR prl_64->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3173 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3174 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3176 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
3182 ip6_sprintf(&RTRADDR)); in nd6_siocgprlst()
3184 #undef RTRADDR in nd6_siocgprlst()
3228 #define RTRADDR prl_32->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3229 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3230 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3232 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
[all …]