inet_aton
int inet_aton(const char* addressString, struct in_addr* address);
if (inet_aton(name, &addr.sin_addr) == 1) {
if (inet_aton(string, &inetAddress) != 1)
if (inet_aton(optarg, &ifaddr) == 0)
if (inet_aton(source, &sock_in.sin_addr) != 0) {
if (inet_aton(target, &to->sin_addr) != 0) {
if (firstDNS == NULL || inet_aton(firstDNS->String(), add) != 1)
if (inet_aton(cp, &val))
if (!inet_aton(p, &a)) return -1;
weak_alias(__inet_aton, inet_aton);
if (inet_aton(hostname, (void*)pton) != 1
if (inet_aton(hostname, (struct in_addr*)pton) != 1)
if (inet_aton(net, &a)) {
if (inet_aton(net, &a)) {
if (inet_aton(argv[i], &multicastSource) == 0) {