Searched refs:if_is_https (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 1399 int if_is_https(const char* ifname, const char* port, int https_port);
|
H A D | config_file.c | 2776 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 D | unbound-checkconf.c | 374 } else if(if_is_https(resif[i][0], portbuf, in interfacechecks()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 1303 int is_https = if_is_https(ifname, port, https_port); in ports_create_if()
|