Lines Matching refs:inet_ntoa
78 #include <arpa/inet.h> /* inet_ntoa */
384 strncpy (poop->addrs[x], inet_ntoa (poop->iaddrs[x]),
403 strncpy (poop->addrs[0], inet_ntoa (iaddr), sizeof (poop->addrs));
668 holler ("retrying local %s:%d", inet_ntoa (lclend->sin_addr), lp);
676 inet_ntoa(lclend->sin_addr), lp);
816 strcat (bigbuf_net, inet_ntoa (lclend->sin_addr));
909 strcpy (cp, inet_ntoa (lclend->sin_addr));
913 Converting from addr to inet_ntoa and back again is a bit of a kludge, but
921 strcpy (bigbuf_net, inet_ntoa (remend->sin_addr));