Search | Google it | Results 1 - 1 of 1 for funcall:inet_pton from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c (0.00 seconds) |
668: */ 669: if (inet_pton(af, name, 670: (char *)(void *)host_addr) <= 0) { 702: */ 703: if (inet_pton(af, name, 704: (char *)(void *)host_addr) <= 0) { 870: *cp++ = '\0'; 871: if (inet_pton(AF_INET6, p, (char *)(void *)host_addr) > 0) { 872: af = AF_INET6; 873: len = IN6ADDRSZ; 874: } else if (inet_pton(AF_INET, p, (char *)(void *)host_addr) > 0) { 875: #else 1421: case AF_INET6: 1422: addrok = inet_pton(af, p, &host6_addrs[naddrs]); 1423: break;