HomeSort by relevance Sort by last modified time
    Searched full:llv6_ntoa (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
ipv6cp.c 378 char *llv6_ntoa(eui64_t ifaceid);
389 printer(arg, "%s", llv6_ntoa(wo->ourid));
392 printer(arg, "%s", llv6_ntoa(wo->hisid));
399 llv6_ntoa(ifaceid) function
730 IPV6CPDEBUG(("local LL address %s", llv6_ntoa(ifaceid)));
949 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...]

Completed in 293 milliseconds