getaddrinfo.c | 1294 char pton[PTON_MAX]; local in function:explore_numeric 1330 if (inet_aton(hostname, (void *)pton) == 1 && 1335 GET_AI(cur->ai_next, afd, pton); 1352 if (inet_pton(afd->a_af, hostname, pton) == 1) { 1355 GET_AI(cur->ai_next, afd, pton);
|