Lines Matching refs:iaddr
343 struct in_addr iaddr;
374 iaddr.s_addr = inet_addr (name);
376 if (iaddr.s_addr == INADDR_NONE) { /* here's the great split: names... */
404 memcpy (poop->iaddrs, &iaddr, sizeof (IA));
405 strncpy (poop->addrs[0], inet_ntoa (iaddr), sizeof (poop->addrs));
410 hostent = gethostbyaddr ((char *) &iaddr, sizeof (IA), AF_INET);