Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dipcp.c305 ip_ntoa(ipaddr) in ip_ntoa() function
448 option_error("bad local IP address %s", ip_ntoa(local));
471 option_error("bad remote IP address %s", ip_ntoa(remote));
1816 script_setenv("IPLOCAL", ip_ntoa(go->ouraddr), 0);
1818 script_setenv("IPREMOTE", ip_ntoa(ho->hisaddr), 1);
1825 script_setenv("DNS1", ip_ntoa(go->dnsaddr[0]), 0);
1827 script_setenv("DNS2", ip_ntoa(go->dnsaddr[1]), 0);
1855 script_setenv("OLDIPLOCAL", ip_ntoa(wo->ouraddr), 0);
1861 script_setenv("OLDIPREMOTE", ip_ntoa(wo->hisaddr), 0);
2126 fprintf(f, "nameserver %s\n", ip_ntoa(peerdns1));
[all …]
Dipcp.h94 char *ip_ntoa __P((u_int32_t));
Dsys-solaris.c2297 error("Couldn't get ARP entry for %s: %m", ip_ntoa(ina));