Home | History | Annotate | Download | only in net

Lines Matching full:pton

930 	char pton[PTON_MAX];
954 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {
957 GET_AI(cur->ai_next, afd, pton);
975 if (inet_pton(afd->a_af, hostname, pton) == 1) {
978 GET_AI(cur->ai_next, afd, pton);