Home
last modified time | relevance | path

Searched refs:inet_aton (Results 1 – 25 of 74) sorted by relevance

123

/external/autotest/client/deps/lansim/src/py/
Dhost.py15 socket.inet_aton('255.255.255.255'): tools.inet_hwton('FF:FF:FF:FF:FF:FF'),
40 self._bin_ip_addr = socket.inet_aton(ip_addr)
174 self._tcp_fwd_ports[port] = socket.inet_aton(dest_addr), dest_port
302 "ip.dst": socket.inet_aton(ip_addr),
325 dst = socket.inet_aton(ip_addr),
/external/autotest/client/cros/netprotos/
Dinterface_host.py116 ip_addr_prefix = ord(socket.inet_aton(ip_addr)[0])
125 socket.inet_aton(ip_addr) +
126 socket.inet_aton(self._interface_ip))
Dzeroconf_unittest.py99 self.assertEqual(record.ip, socket.inet_aton(self._host.ip_addr))
/external/openssh/openbsd-compat/
Dinet_aton.c74 if (inet_aton(cp, &val))
88 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
Dfake-rfc2553.c183 if (hostname && inet_aton(hostname, &in) != 0) in getaddrinfo()
198 if (inet_aton(hostname, &in)) { in getaddrinfo()
DMakefile.in19 …_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o in…
Dopenbsd-compat.h144 int inet_aton(const char *cp, struct in_addr *addr);
/external/autotest/client/cros/
Ddhcp_test_base.py69 mask = struct.unpack('!I', socket.inet_aton(subnet_mask))[0]
70 subnet = mask & struct.unpack('!I', socket.inet_aton(ip_in_subnet))[0]
71 suffix = ~mask & struct.unpack('!I', socket.inet_aton(ip_suffix))[0]
Ddhcp_packet.py75 return socket.inet_aton(value)
85 return "".join([socket.inet_aton(addr) for addr in value])
129 destination_address = socket.inet_aton(destination)
131 byte_string += socket.inet_aton(router)
280 return socket.inet_aton(value)
/external/fio/oslib/
Dinet_aton.h6 int inet_aton(const char *cp, struct in_addr *inp);
Dinet_aton.c3 int inet_aton(const char *cp, struct in_addr *inp) in inet_aton() function
/external/fio/os/windows/
Dposix.h8 extern int inet_aton(const char *, struct in_addr *);
/external/wpa_supplicant_8/src/utils/
Dip_addr.c39 if (inet_aton(txt, &addr->u.v4)) { in hostapd_parse_ip_addr()
/external/syslinux/gpxe/src/core/
Dmisc.c16 int inet_aton ( const char *cp, struct in_addr *inp ) { in inet_aton() function
/external/syslinux/gpxe/src/include/gpxe/
Din.h93 extern int inet_aton ( const char *cp, struct in_addr *inp );
/external/dhcpcd-6.8.2/dbus/
Ddbus-dict.c148 if (strchr(data, '.') != NULL && inet_aton(data, &in) == 1) in append_config_value()
257 inet_aton(tok, &in) == 1) in append_config_array()
/external/autotest/server/cros/
Ddnsname_mangler.py34 socket.inet_aton(hostname)
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dinet.h97 #define inet_aton(cp, addr) ipaddr_aton(cp, (ip_addr_t*)addr) macro
/external/fio/
Dconfigure1179 if test "$inet_aton" != "yes" ; then
1180 inet_aton="no"
1189 return inet_aton(NULL, &in);
1193 inet_aton="yes"
1195 echo "inet_aton $inet_aton"
2103 if test "$inet_aton" = "yes" ; then
/external/toybox/toys/pending/
Darping.c225 if (!inet_aton(*toys.optargs, &dest_addr)) { in arping_main()
231 if ((toys.optflags & FLAG_s) && !(inet_aton(TT.src_ip, &src_addr))) in arping_main()
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile05.c216 inet_aton("127.0.0.1", &sin1.sin_addr); in create_server()
Dsendfile06.c195 inet_aton("127.0.0.1", &sin1.sin_addr); in create_server()
Dsendfile02.c254 inet_aton("127.0.0.1", &sin1.sin_addr); in create_server()
Dsendfile04.c252 inet_aton("127.0.0.1", &sin1.sin_addr); in create_server()
/external/iw/
Dwowlan.c54 if (inet_aton(addr, &in_addr) == 0) in wowlan_parse_tcp_file()
77 if (inet_aton(addr, &in_addr) == 0) in wowlan_parse_tcp_file()

123