Searched refs:inet_aton (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dinet_aton.c38 /* Minimal implementation of inet_aton.
42 inet_aton(const char *cp, struct in_addr *addr) function
H A Dinet_pton.c113 return inet_aton (src, dst);
H A Droken_gethostby.c47 if(inet_aton(address, ip) == 0){
202 inet_aton(p, &ip);
/freebsd-12-stable/lib/libc/inet/
H A Dinet_addr.c95 if (inet_aton(cp, &val))
108 inet_aton(const char *cp, struct in_addr *addr) { function
214 #undef inet_aton macro
215 __weak_reference(__inet_aton, inet_aton);
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dinet_addr.c71 int inet_aton(const char *, struct in_addr *);
95 inet_aton(cp, addr) function
200 if (inet_aton(cp, &val))
H A Dconnecttcp.c27 if (inet_aton(server, &sin.sin_addr) == -1) {
H A Dparsewhoisline.c101 if (inet_aton(s, &a1) != 1)
109 if (inet_aton(s, &a2) != 1)
/freebsd-12-stable/contrib/unbound/compat/
H A Dinet_aton.c1 /* From openssh4.3p2 compat/inet_aton.c */
77 if (inet_aton(cp, &val))
91 inet_aton(const char *cp, struct in_addr *addr) function
H A Dfake-rfc2553.c173 if (hostname && inet_aton(hostname, &in) != 0)
188 if (inet_aton(hostname, &in)) {
/freebsd-12-stable/contrib/ldns/compat/
H A Dinet_aton.c1 /* From openssh4.3p2 compat/inet_aton.c */
77 if (inet_aton(cp, &val))
91 inet_aton(const char *cp, struct in_addr *addr) function
H A Dfake-rfc2553.c177 if (hostname && inet_aton(hostname, &in) != 0)
192 if (inet_aton(hostname, &in)) {
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dinet_aton.c74 if (inet_aton(cp, &val))
88 inet_aton(const char *cp, struct in_addr *addr) function
H A Dfake-rfc2553.c183 if (hostname && inet_aton(hostname, &in) != 0)
198 if (inet_aton(hostname, &in)) {
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dip_addr.c39 if (inet_aton(txt, &addr->u.v4)) {
/freebsd-12-stable/contrib/ipfilter/
H A Dgenmask.c33 if (inet_aton(msk, &mskp->in4) == 0)
/freebsd-12-stable/include/arpa/
H A Dinet.h120 #define inet_aton __inet_aton macro
154 int inet_aton(const char *, struct in_addr *);
/freebsd-12-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm22 Socket->import(qw(inet_aton SOCK_RAW AF_INET));
86 return gethostbyaddr inet_aton($host), AF_INET;
/freebsd-12-stable/tools/tools/netrate/tcpp/
H A Dtcpp.c127 if (inet_aton(optarg, &remoteip.sin_addr) != 1)
128 err(-1, "inet_aton: %s", optarg);
137 if (inet_aton(optarg, &localipbase.sin_addr) != 1)
138 err(-1, "inet_aton: %s", optarg);
/freebsd-12-stable/usr.sbin/ntp/scripts/
H A Dntptrace41 $iaddr = inet_aton($host);
/freebsd-12-stable/usr.sbin/ypset/
H A Dypset.c76 if (inet_aton(server, &iaddr) == 0) {
133 if (inet_aton(optarg, &sin.sin_addr) == 0) {
/freebsd-12-stable/sys/libkern/
H A Dinet_aton.c40 inet_aton(const char *cp, struct in_addr *addr) function
/freebsd-12-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h46 * It declares inet_aton(), inet_ntop(), and inet_pton().
359 #undef inet_aton macro
360 #define inet_aton isc_net_aton macro
/freebsd-12-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c222 inet_aton(ip, &tmp_dst);
248 inet_aton(sip, &iph->ip_src);
249 inet_aton(ip, &iph->ip_dst);
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dsmcontrol.pl117 my $iaddr = inet_aton("localhost");
/freebsd-12-stable/tools/regression/netinet/tcpconnect/
H A Dtcpconnect.c113 if (inet_aton(argv[0], &sin.sin_addr) == 0)

Completed in 296 milliseconds

1234