Searched refs:str_is_ip6 (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dnet_help.h118 int str_is_ip6(const char* str);
H A Dnet_help.c128 str_is_ip6(const char* str) function
266 if(str_is_ip6(ip)) {
306 *net = (str_is_ip6(str)?128:32);
/freebsd-current/contrib/unbound/daemon/
H A Dacl_list.c153 int net = (str_is_ip6(str)?128:32);
/freebsd-current/contrib/unbound/libunbound/
H A Dlibunbound.c1300 name, str_is_ip6(addr)?"AAAA":"A", addr);
/freebsd-current/contrib/unbound/services/
H A Doutside_network.c1562 if(str_is_ip6(ifs[i])) {
1787 if(str_is_ip6(ifs[i]) && do_ip6) {
1796 if(!str_is_ip6(ifs[i]) && do_ip4) {
H A Dlisten_dnsport.c1919 if(str_is_ip6(ifs[i])) {

Completed in 197 milliseconds