Home | History | Annotate | Download | only in net

Lines Matching full:pton

932 	char pton[PTON_MAX];
956 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {
959 GET_AI(cur->ai_next, afd, pton);
977 if (inet_pton(afd->a_af, hostname, pton) == 1) {
980 GET_AI(cur->ai_next, afd, pton);