Home
last modified time | relevance | path

Searched refs:inet_aton (Results 1 – 25 of 115) sorted by relevance

12345

/netbsd-src/common/lib/libc/inet/
H A Dinet_addr.c98 __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 Dinet.h77 #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 Dinet_aton.c77 if (inet_aton(cp, &val))
91 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
H A Dfake-rfc2553.c173 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 Dinet_aton.c73 if (inet_aton(cp, &val))
87 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
H A Dfake-rfc2553.c173 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 Dinet_addr.c98 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 Dnetmask.c121 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 Dparsewhoisline.c103 if (inet_aton(s, &a1) != 1)
111 if (inet_aton(s, &a2) != 1)
H A Dconnecttcp.c29 if (inet_aton(server, &sin.sin_addr) == -1) { in connecttcp()
H A Dgenmask.c35 if (inet_aton(msk, &mskp->in4) == 0)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dinet_aton.c44 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
H A Droken_gethostby.c49 if(inet_aton(address, ip) == 0){ in make_address()
205 inet_aton(p, &ip); in roken_gethostby()
H A Dinet_pton.c115 return inet_aton (src, dst); in inet_pton()
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dsocket.h172 #if !defined( HAVE_INET_ATON ) && !defined( inet_aton )
173 # define inet_aton ldap_pvt_inet_aton macro
/netbsd-src/include/arpa/
H A Dinet.h94 int inet_aton(const char *, struct in_addr *);
/netbsd-src/usr.bin/ypwhich/
H A Dypwhich.c228 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 Dtrygetif.c43 if (inet_aton(argv[1], &dst_addr) == 0) { in main()
/netbsd-src/lib/libwrap/
H A Dmisc.c87 if (!inet_aton(str, &a)) in dot_quad_addr()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dinet_addr.c51 inet_aton(cp, addr) in inet_aton() function
/netbsd-src/usr.sbin/ypserv/stdhosts/
H A Dstdhosts.c110 if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 && in main()
/netbsd-src/external/bsd/unbound/include/
H A Dconfig.h1258 #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 Dypset.c99 if (inet_aton(host, ia) != 0) in gethostaddr()
/netbsd-src/external/bsd/ntp/dist/scripts/lib/NTP/
H A DUtil.pm86 return gethostbyaddr inet_aton($host), AF_INET;
/netbsd-src/usr.sbin/yppoll/
H A Dyppoll.c179 if (inet_aton(server, &rsrv_sin.sin_addr) == 0) in get_remote_info()

12345