Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-msnlb.c44 nd_ipv4 host_ip; member
59 ND_PRINT(", host IP: %s", GET_IPADDR_STRING(hb->host_ip)); in msnlb_print()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c78 struct node_host *host_ip(const char *, int);
1821 if ((h = host_ip(ps, mask)) == NULL && in host()
1878 host_ip(const char *s, int mask) in host_ip() function