Search | Google it | Results 1 - 1 of 1 for funcall:inet_pton4 (0.00 seconds) |
51: case AF_INET: 52: return (inet_pton4(src, dst)); 53: case AF_INET6: 178: if (ch == '.' && ((tp + INADDRSZ) <= endp) && 179: inet_pton4(curtok, tp) > 0) { 180: tp += INADDRSZ;