Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c330 llv6_ntoa(ifaceid) in llv6_ntoa() function
886 IPV6CPDEBUG(("(%s)", llv6_ntoa(ifaceid)));
1117 notice("local LL address %s", llv6_ntoa(wo->ourid));
1118 notice("remote LL address %s", llv6_ntoa(wo->hisid));
1181 llv6_ntoa(go->ourid));
1184 llv6_ntoa(ho->hisid));
1243 notice("local LL address %s", llv6_ntoa(go->ourid));
1244 notice("remote LL address %s", llv6_ntoa(ho->hisid));
1254 script_setenv("LLLOCAL", llv6_ntoa(go->ourid), 0);
1255 script_setenv("LLREMOTE", llv6_ntoa(ho->hisid), 0);
[all …]