Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipfw/
HDtables.c129 lookup_host (char *host, struct in_addr *ipaddr) in lookup_host() function
1230 if (lookup_host(arg, (struct in_addr *)paddr) != 0) in tentry_fill_key_type()
1446 if (lookup_host(key, (struct in_addr *)&addr) != 0) in guess_key_type()
1558 if (lookup_host(arg, &ipaddr) == 0) { in tentry_fill_value()
1628 if (lookup_host(n, &ipaddr) == 0) { in tentry_fill_value()
HDipfw2.c2995 lookup_host (char *host, struct in_addr *ipaddr) in lookup_host() function
3193 if (lookup_host(av, (struct in_addr *)&d[0]) != 0) in fill_ip()