HomeSort by: relevance | last modified time | path
    Searched refs:inet_aton (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
inet_aton.c 1 /* $NetBSD: inet_aton.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
40 /* Minimal implementation of inet_aton.
44 inet_aton(const char *cp, struct in_addr *addr) function
inet_pton.c 115 return inet_aton (src, dst);
roken_gethostby.c 49 if(inet_aton(address, ip) == 0){
205 inet_aton(p, &ip);
  /src/common/lib/libc/inet/
inet_addr.c 98 __weak_alias(inet_aton,_inet_aton)
113 if (inet_aton(cp, &val))
126 inet_aton(const char *cp, struct in_addr *addr) { function
  /src/external/bsd/ipf/dist/lib/
connecttcp.c 29 if (inet_aton(server, &sin.sin_addr) == -1) {
genmask.c 35 if (inet_aton(msk, &mskp->in4) == 0)
parsewhoisline.c 103 if (inet_aton(s, &a1) != 1)
111 if (inet_aton(s, &a2) != 1)
  /src/external/bsd/libbind/dist/include/arpa/
inet.h 77 #define inet_aton __inet_aton macro
95 int inet_aton __P((const char *, struct in_addr *));
  /src/external/bsd/libbind/dist/inet/
inet_addr.c 98 if (inet_aton(cp, &val))
111 inet_aton(const char *cp, struct in_addr *addr) { function
  /src/external/bsd/nsd/dist/compat/
inet_aton.c 1 /* From openssh4.3p2 compat/inet_aton.c */
73 if (inet_aton(cp, &val))
87 inet_aton(const char *cp, struct in_addr *addr) function
fake-rfc2553.c 173 if (hostname && inet_aton(hostname, &in) != 0)
188 if (inet_aton(hostname, &in)) {
  /src/external/bsd/unbound/dist/compat/
inet_aton.c 1 /* From openssh4.3p2 compat/inet_aton.c */
77 if (inet_aton(cp, &val))
91 inet_aton(const char *cp, struct in_addr *addr) function
fake-rfc2553.c 173 if (hostname && inet_aton(hostname, &in) != 0)
188 if (inet_aton(hostname, &in)) {
  /src/include/arpa/
inet.h 95 int inet_aton(const char *, struct in_addr *);
  /src/external/bsd/iscsi/dist/src/lib/
netmask.c 121 if (!inet_aton(maskaddr, &m)) {
127 if (!inet_aton(addr, &a)) {
  /src/lib/libwrap/
misc.c 87 if (!inet_aton(str, &a))
  /src/usr.sbin/bootp/common/
trygetif.c 43 if (inet_aton(argv[1], &dst_addr) == 0) {
  /src/external/bsd/wpa/dist/src/utils/
ip_addr.c 39 if (inet_aton(txt, &addr->u.v4)) {
  /src/external/mpl/dhcp/dist/omapip/
inet_addr.c 51 inet_aton(cp, addr) function
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
net.h 48 * It declares inet_aton(), inet_ntop(), and inet_pton().
361 #undef inet_aton macro
362 #define inet_aton isc_net_aton macro
  /src/usr.sbin/ypserv/stdhosts/
stdhosts.c 110 if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 &&
  /src/usr.sbin/ypset/
ypset.c 99 if (inet_aton(host, ia) != 0)
  /src/external/bsd/ntp/dist/scripts/lib/NTP/
Util.pm 22 Socket->import(qw(inet_aton SOCK_RAW AF_INET));
86 return gethostbyaddr inet_aton($host), AF_INET;
  /src/usr.bin/ypwhich/
ypwhich.c 228 if (inet_aton(host, &sin.sin_addr) == 0) {
293 if (inet_aton(host, &faddr) == 0) {
  /src/external/bsd/openldap/dist/include/ac/
socket.h 170 #if !defined( HAVE_INET_ATON ) && !defined( inet_aton )
171 # define inet_aton ldap_pvt_inet_aton macro

Completed in 35 milliseconds

1 2 3 4