Lines Matching refs:numaddr
122 char numaddr[512];227 if (inet_ntop(afd->a_af, addr, numaddr,228 sizeof(numaddr)) == NULL)230 if (strlen(numaddr) + 1 > hostlen)232 strcpy(host, numaddr);244 char numaddr[512];251 if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr))255 numaddrlen = strlen(numaddr);258 strcpy(host, numaddr);
Indexes created Sat Aug 15 00:25:12 UTC 2026