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

1234567

/macosx-10.9.5/libpcap-42/libpcap/Win32/Src/
H A Dinet_pton.c61 int inet_aton(const char *cp, struct in_addr *addr);
70 return inet_aton (src, dst);
H A Dinet_aton.c39 /* $Id: inet_aton.c,v 1.2 2003-11-15 23:24:06 guy Exp $ */
43 "@(#) $Header: /tcpdump/master/libpcap/Win32/Src/inet_aton.c,v 1.2 2003-11-15 23:24:06 guy Exp $";
49 /* Minimal implementation of inet_aton.
57 inet_aton(const char *cp, struct in_addr *addr) function
/macosx-10.9.5/Heimdal-323.92.1/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);
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Dinet_aton.c39 /* $Id: inet_aton.c,v 1.6 2003-11-16 09:36:49 guy Exp $ */
43 "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_aton.c,v 1.6 2003-11-16 09:36:49 guy Exp $";
48 /* Minimal implementation of inet_aton.
56 inet_aton(const char *cp, struct in_addr *addr) function
H A Dinet_pton.c57 return inet_aton (src, dst);
/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dinet_addr.c98 if (inet_aton(cp, &val))
215 inet_aton(const char *cp, struct in_addr *addr) function
226 #undef inet_aton macro
227 __weak_reference(__inet_aton, inet_aton);
H A Dascii2addr.c59 if (inet_aton(strbuf, ina))
/macosx-10.9.5/Libc-997.90.3/include/arpa/
H A Dinet.h83 int inet_aton(const char *, struct in_addr *);
/macosx-10.9.5/OpenSSH-186/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)) {
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dinet_aton.c98 if (inet_aton(cp, &val))
112 inet_aton(cp, addr) function
/macosx-10.9.5/xnu-2422.115.4/libkern/net/
H A Dinet_aton.c41 inet_aton(const char *cp, struct in_addr *addr) function
/macosx-10.9.5/bind9-45.100/bind9/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
/macosx-10.9.5/ntp-88/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
/macosx-10.9.5/ntp-88/scripts/
H A Dntptrace48 $iaddr = inet_aton($host);
H A Dntptrace.in48 $iaddr = inet_aton($host);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dgetaddrinfo.c71 /* : Windows socket library is missing inet_aton, emulate it with
72 : inet_addr. inet_aton return 0 if the address is uncorrect, a non zero
75 inet_aton (const char *cp, struct in_addr *inp) function
212 if (inet_aton(hostname, &in))
/macosx-10.9.5/CPANInternal-140/B-Hooks-EndOfScope/inc/Module/Install/
H A DFetch.pm29 unless (eval { require Socket; Socket::inet_aton($host) }) {
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/inc/Module/Install/
H A DFetch.pm29 unless (eval { require Socket; Socket::inet_aton($host) }) {
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/inc/Module/Install/
H A DFetch.pm29 unless (eval { require Socket; Socket::inet_aton($host) }) {
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/inc/Module/Install/
H A DFetch.pm29 unless (eval { require Socket; Socket::inet_aton($host) }) {
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/inc/Module/Install/
H A DFetch.pm29 unless (eval { require Socket; Socket::inet_aton($host) }) {
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/inc/Module/Install/
H A DFetch.pm29 unless (eval { require Socket; Socket::inet_aton($host) }) {
/macosx-10.9.5/CPANInternal-140/Class-Inspector/inc/Module/Install/
H A DFetch.pm29 unless (eval { require Socket; Socket::inet_aton($host) }) {

Completed in 284 milliseconds

1234567