Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-msnlb.c47 u_int32_t host_ip; member
62 ND_PRINT((ndo, " host IP: %s", ipaddr_string(&(hb->host_ip)))); in msnlb_print()
/external/toybox/toys/pending/
Darp.c217 char ip[128], hw_addr[128], mask[12], dev[128], *host_ip = NULL, *buf; in arp_main() local
255 host_ip = xstrdup(toybuf); in arp_main()
266 || (toys.optargs[0] && strcmp(host_ip, ip))) { in arp_main()
303 free(host_ip); in arp_main()