Searched refs:ip_ntoa (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dipcp.h71 char *ip_ntoa __P((u_int32_t));
H A Dipcp.c262 ip_ntoa(ipaddr) function
404 option_error("bad local IP address %s", ip_ntoa(local));
427 option_error("bad remote IP address %s", ip_ntoa(remote));
1584 script_setenv("IPLOCAL", ip_ntoa(go->ouraddr), 0);
1585 script_setenv("IPREMOTE", ip_ntoa(ho->hisaddr), 1);
1590 script_setenv("DNS1", ip_ntoa(go->dnsaddr[0]), 0);
1592 script_setenv("DNS2", ip_ntoa(go->dnsaddr[1]), 0);
1618 script_setenv("OLDIPLOCAL", ip_ntoa(wo->ouraddr), 0);
1624 script_setenv("OLDIPREMOTE", ip_ntoa(wo->hisaddr), 0);
1864 fprintf(f, "nameserver %s\n", ip_ntoa(peerdns
[all...]
H A Dsys-linux.c1667 ifc.ifc_len / sizeof(struct ifreq), ip_ntoa(ipaddr)));
1696 ip_ntoa(ina), ntohl(mask)));
H A Dsys-solaris.c2167 error("Couldn't get ARP entry for %s: %m", ip_ntoa(ina));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.h94 char *ip_ntoa __P((u_int32_t));
H A Dipcp.c297 ip_ntoa(ipaddr) function
440 option_error("bad local IP address %s", ip_ntoa(local));
463 option_error("bad remote IP address %s", ip_ntoa(remote));
1714 script_setenv("IPLOCAL", ip_ntoa(go->ouraddr), 0);
1715 script_setenv("IPREMOTE", ip_ntoa(ho->hisaddr), 1);
1718 script_setenv("DNS1", ip_ntoa(go->dnsaddr[0]), 0);
1720 script_setenv("DNS2", ip_ntoa(go->dnsaddr[1]), 0);
1748 script_setenv("OLDIPLOCAL", ip_ntoa(wo->ouraddr), 0);
1754 script_setenv("OLDIPREMOTE", ip_ntoa(wo->hisaddr), 0);
2018 fprintf(f, "nameserver %s\n", ip_ntoa(peerdns
[all...]
H A Dsys-solaris.c2294 error("Couldn't get ARP entry for %s: %m", ip_ntoa(ina));

Completed in 200 milliseconds