Home
last modified time | relevance | path

Searched refs:if_is_https (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h1399 int if_is_https(const char* ifname, const char* port, int https_port);
H A Dconfig_file.c2776 if_is_https(const char* ifname, const char* port, int https_port) in if_is_https() function
2793 if(if_is_https(cfg->ifs[i], portbuf, cfg->https_port)) in cfg_has_https()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c374 } else if(if_is_https(resif[i][0], portbuf, in interfacechecks()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1303 int is_https = if_is_https(ifname, port, https_port); in ports_create_if()