/freebsd/lib/libc/inet/ |
H A D | inet_addr.c | 88 if (inet_aton(cp, &val)) in inet_addr() 101 inet_aton(const char *cp, struct in_addr *addr) { in inet_aton() function 207 #undef inet_aton 208 __weak_reference(__inet_aton, inet_aton);
|
H A D | Symbol.map | 5 inet_aton;
|
/freebsd/sbin/ipf/libipf/ |
H A D | inet_addr.c | 66 int inet_aton(const char *, struct in_addr *); 90 inet_aton(register const char *cp, struct in_addr *addr) in inet_aton() function 192 if (inet_aton(cp, &val))
|
H A D | parsewhoisline.c | 98 if (inet_aton(s, &a1) != 1) in parsewhoisline() 106 if (inet_aton(s, &a2) != 1) in parsewhoisline()
|
H A D | connecttcp.c | 27 if (inet_aton(server, &sin.sin_addr) == -1) { in connecttcp()
|
/freebsd/contrib/unbound/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()
|
/freebsd/crypto/openssh/openbsd-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 | 183 if (hostname && inet_aton(hostname, &in) != 0) in getaddrinfo() 198 if (inet_aton(hostname, &in)) { in getaddrinfo()
|
/freebsd/contrib/ldns/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 | 177 if (hostname && inet_aton(hostname, &in) != 0) in getaddrinfo() 192 if (inet_aton(hostname, &in)) { in getaddrinfo()
|
/freebsd/include/arpa/ |
H A D | inet.h | 118 #define inet_aton __inet_aton macro 152 int inet_aton(const char *, struct in_addr *);
|
/freebsd/sbin/ifconfig/ |
H A D | ifstf.c | 91 if (!inet_aton(val, &sin.sin_addr)) in setstf_br() 123 if (!inet_aton(val, &sin.sin_addr)) in setstf_set()
|
/freebsd/tools/tools/netrate/tcpp/ |
H A D | tcpp.c | 125 if (inet_aton(optarg, &remoteip.sin_addr) != 1) in main() 135 if (inet_aton(optarg, &localipbase.sin_addr) != 1) in main()
|
/freebsd/usr.sbin/ypset/ |
H A D | ypset.c | 73 if (inet_aton(server, &iaddr) == 0) { in bind_tohost() 130 if (inet_aton(optarg, &sin.sin_addr) == 0) { in main()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/include/isc/ |
H A D | net.h | 359 #undef inet_aton 360 #define inet_aton isc_net_aton macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | inet_aton.c | 42 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
|
H A D | roken_gethostby.c | 47 if(inet_aton(address, ip) == 0){ in make_address() 202 inet_aton(p, &ip); in roken_gethostby()
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_access.c | 157 if (!inet_aton((char *)&addr1, (struct in_addr *)&tmp->net)) { in load_securenets() 163 if (!inet_aton((char *)&addr2, (struct in_addr *)&tmp->mask)) { in load_securenets()
|
/freebsd/tools/tools/net80211/wesside/dics/ |
H A D | dics.c | 220 inet_aton(ip, &tmp_dst); in send_stuff() 246 inet_aton(sip, &iph->ip_src); in send_stuff() 247 inet_aton(ip, &iph->ip_dst); in send_stuff()
|
/freebsd/sbin/ipf/common/ |
H A D | genmask.c | 31 if (inet_aton(msk, &mskp->in4) == 0) in genmask()
|
/freebsd/usr.sbin/ppp/ |
H A D | iplist.c | 52 return inet_aton(ipstr, ip); in do_inet_aton() 67 if (!inet_aton(range, &list->cur.ip)) in iplist_setrange()
|
/freebsd/sys/libkern/ |
H A D | inet_aton.c | 37 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
|
/freebsd/usr.sbin/ntp/scripts/ |
H A D | ntptrace | 40 $iaddr = inet_aton($host);
|
/freebsd/contrib/wpa/src/utils/ |
H A D | ip_addr.c | 39 if (inet_aton(txt, &addr->u.v4)) { in hostapd_parse_ip_addr()
|