| /netbsd-src/common/lib/libc/inet/ |
| H A D | inet_addr.c | 98 __weak_alias(inet_aton,_inet_aton) in __weak_alias() argument 113 if (inet_aton(cp, &val)) in __weak_alias() 126 inet_aton(const char *cp, struct in_addr *addr) { in inet_aton() function
|
| /netbsd-src/external/bsd/libbind/dist/include/arpa/ |
| H A D | inet.h | 77 #define inet_aton __inet_aton macro 95 int inet_aton __P((const char *, struct in_addr *));
|
| /netbsd-src/external/bsd/unbound/dist/compat/ |
| H A D | inet_aton.c | 77 if (inet_aton(cp, &val)) 91 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
|
| H A D | fake-rfc2553.c | 173 if (hostname && inet_aton(hostname, &in) != 0) in getaddrinfo() 188 if (inet_aton(hostname, &in)) { in getaddrinfo()
|
| /netbsd-src/external/bsd/nsd/dist/compat/ |
| H A D | inet_aton.c | 73 if (inet_aton(cp, &val)) 87 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
|
| H A D | fake-rfc2553.c | 173 if (hostname && inet_aton(hostname, &in) != 0) in getaddrinfo() 188 if (inet_aton(hostname, &in)) { in getaddrinfo()
|
| /netbsd-src/external/bsd/libbind/dist/inet/ |
| H A D | inet_addr.c | 98 if (inet_aton(cp, &val)) in inet_addr() 111 inet_aton(const char *cp, struct in_addr *addr) { in inet_aton() function
|
| /netbsd-src/external/bsd/iscsi/dist/src/lib/ |
| H A D | netmask.c | 121 if (!inet_aton(maskaddr, &m)) { in allow_netmask() 127 if (!inet_aton(addr, &a)) { in allow_netmask()
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | parsewhoisline.c | 103 if (inet_aton(s, &a1) != 1) 111 if (inet_aton(s, &a2) != 1)
|
| H A D | connecttcp.c | 29 if (inet_aton(server, &sin.sin_addr) == -1) { in connecttcp()
|
| H A D | genmask.c | 35 if (inet_aton(msk, &mskp->in4) == 0)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | inet_aton.c | 44 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
|
| H A D | roken_gethostby.c | 49 if(inet_aton(address, ip) == 0){ in make_address() 205 inet_aton(p, &ip); in roken_gethostby()
|
| H A D | inet_pton.c | 115 return inet_aton (src, dst); in inet_pton()
|
| /netbsd-src/external/bsd/openldap/dist/include/ac/ |
| H A D | socket.h | 172 #if !defined( HAVE_INET_ATON ) && !defined( inet_aton ) 173 # define inet_aton ldap_pvt_inet_aton macro
|
| /netbsd-src/include/arpa/ |
| H A D | inet.h | 94 int inet_aton(const char *, struct in_addr *);
|
| /netbsd-src/usr.bin/ypwhich/ |
| H A D | ypwhich.c | 228 if (inet_aton(host, &sin.sin_addr) == 0) { in find_server() 293 if (inet_aton(host, &faddr) == 0) { in find_mapmaster()
|
| /netbsd-src/usr.sbin/bootp/common/ |
| H A D | trygetif.c | 43 if (inet_aton(argv[1], &dst_addr) == 0) { in main()
|
| /netbsd-src/lib/libwrap/ |
| H A D | misc.c | 87 if (!inet_aton(str, &a)) in dot_quad_addr()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | inet_addr.c | 51 inet_aton(cp, addr) in inet_aton() function
|
| /netbsd-src/usr.sbin/ypserv/stdhosts/ |
| H A D | stdhosts.c | 110 if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 && in main()
|
| /netbsd-src/external/bsd/unbound/include/ |
| H A D | config.h | 1258 #define inet_aton inet_aton_unbound macro 1259 int inet_aton(const char *cp, struct in_addr *addr);
|
| /netbsd-src/usr.sbin/ypset/ |
| H A D | ypset.c | 99 if (inet_aton(host, ia) != 0) in gethostaddr()
|
| /netbsd-src/external/bsd/ntp/dist/scripts/lib/NTP/ |
| H A D | Util.pm | 86 return gethostbyaddr inet_aton($host), AF_INET;
|
| /netbsd-src/usr.sbin/yppoll/ |
| H A D | yppoll.c | 179 if (inet_aton(server, &rsrv_sin.sin_addr) == 0) in get_remote_info()
|