Home
last modified time | relevance | path

Searched refs:host_ip (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/toys/pending/
Darp.c204 char ip[16], hw_addr[30], mask[16], dev[16], *host_ip = NULL; in arp_main() local
239 host_ip = xstrdup(toybuf); in arp_main()
251 (toys.optargs[0] && strcmp(host_ip, ip))) { in arp_main()
283 xprintf("%s (%s) -- no entry\n", toys.optargs[0], host_ip); in arp_main()
286 free(host_ip); in arp_main()
/third_party/mesa3d/.gitlab-ci/
Dcrosvm-runner.sh42 --host_ip=192.168.30.1 --netmask=255.255.255.0 --mac "AA:BB:CC:00:00:12" \
/third_party/python/Lib/
Dssl.py359 def _ipaddress_match(cert_ipaddress, host_ip): argument
368 return ip == host_ip
394 host_ip = _inet_paton(hostname)
397 host_ip = None
402 if host_ip is None and _dnsname_match(value, hostname):
406 if host_ip is not None and _ipaddress_match(value, host_ip):
/third_party/mesa3d/docs/drivers/
Dvenus.rst108 --host_ip 192.168.0.1 \