Home
last modified time | relevance | path

Searched defs:host_ip (Results 1 – 2 of 2) 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
/third_party/python/Lib/
Dssl.py364 def _ipaddress_match(cert_ipaddress, host_ip): argument