Searched refs:inet_aton (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-10.1-release/tools/tools/cxgbtool/
H A Dcxgbtool.c1164 if (!inet_aton(s, &ia)) {
/freebsd-10.1-release/usr.sbin/ppp/
H A Dipcp.c252 if (n < 2 && inet_aton(cp, ipcp->ns.dns))
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipfstat.c1947 } else if (inet_aton(s, &ip->in4))
/freebsd-10.1-release/lib/libc/net/
H A Dgetaddrinfo.c1200 if (inet_aton(hostname, (struct in_addr *)pton) != 1)
/freebsd-10.1-release/sbin/dhclient/
H A Ddhclient.c2670 while (inet_aton(buf, &jnk) == 1){
/freebsd-10.1-release/sys/contrib/rdma/krping/
H A Dkrping.c2147 if (!inet_aton(optarg, &cb->addr)) {
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs_commonsubs.c3642 * address. Cheat and use inet_aton(), which will
3647 if (inet_aton(cp, &saddr) == 1) {
/freebsd-10.1-release/crypto/heimdal/
H A Dconfigure20841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton" >&5
20842 $as_echo_n "checking for inet_aton... " >&6; }
20870 inet_aton(0,0);
20898 *" inet_aton.$ac_objext "* ) ;;
20899 *) LIBOBJS="$LIBOBJS inet_aton.$ac_objext"
21407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_aton needs a prototype" >&5
21408 $as_echo_n "checking if inet_aton needs a prototype... " >&6; }
21428 extern int inet_aton (struct foo*);
21432 inet_aton(&xx)
/freebsd-10.1-release/contrib/tcpdump/
H A Dconfigure6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton" >&5
6021 $as_echo_n "checking for inet_aton... " >&6; }
6032 inet_aton(src, &dst);
6044 *" inet_aton.$ac_objext "* ) ;;
6045 *) LIBOBJS="$LIBOBJS inet_aton.$ac_objext"
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dconfigure12303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12304 $as_echo_n "checking for library containing inet_aton... " >&6; }
12318 char inet_aton ();
12322 return inet_aton ();
/freebsd-10.1-release/crypto/openssh/
H A Dconfigure10390 inet_aton \

Completed in 342 milliseconds

1234