Home | History | Annotate | Download | only in net

Lines Matching refs:inet_aton

40  *   says to use inet_aton() to convert IPv4 numeric to binary (alows
963 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {