gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:inet_aton (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/arpa_inet/inet_addr.c - 6.5KB - 171 lines
68: 
69:         if (inet_aton(cp, &val))
70:                 return (val.s_addr);
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
886:         case AF_INET:
887:                 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {
888:                         if (pai->ai_family == afd->a_af ||
bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
1418:         case AF_INET:
1419:                 addrok = inet_aton(p, &host_addrs[naddrs]);
1420:                 break;
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
501:                         *cp = 0;
502:                         if (inet_aton(net, &a)) {
503:                             statp->sort_list[nsort].addr = a;
More results from res_init.c