Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6.c3198 #define RTRADDR prl_64->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3199 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3200 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3202 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
3208 ip6_sprintf(&RTRADDR)); in nd6_siocgprlst()
3210 #undef RTRADDR in nd6_siocgprlst()
3254 #define RTRADDR prl_32->prefix[i].advrtr[j] in nd6_siocgprlst() macro
3255 RTRADDR = pfr->router->rtaddr; in nd6_siocgprlst()
3256 if (IN6_IS_ADDR_LINKLOCAL(&RTRADDR)) { in nd6_siocgprlst()
3258 RTRADDR.s6_addr16[1] = 0; in nd6_siocgprlst()
[all …]