Searched refs:llv6_ntoa (Results 1 – 1 of 1) sorted by relevance
/external/ppp/pppd/ |
D | ipv6cp.c | 387 char *llv6_ntoa(eui64_t ifaceid); 398 printer(arg, "%s", llv6_ntoa(wo->ourid)); 401 printer(arg, "%s", llv6_ntoa(wo->hisid)); 408 llv6_ntoa(ifaceid) in llv6_ntoa() function 739 IPV6CPDEBUG(("local LL address %s", llv6_ntoa(ifaceid))); 958 IPV6CPDEBUG(("(%s)", llv6_ntoa(ifaceid))); 1157 notice("local LL address %s", llv6_ntoa(wo->ourid)); 1158 notice("remote LL address %s", llv6_ntoa(wo->hisid)); 1202 script_setenv("LLLOCAL", llv6_ntoa(go->ourid), 0); 1203 script_setenv("LLREMOTE", llv6_ntoa(ho->hisid), 0); [all …]
|