Searched refs:if_is_https (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 1429 int if_is_https(const char* ifname, int default_port, int https_port);
|
H A D | config_file.c | 2842 if_is_https(const char* ifname, int default_port, int https_port) in if_is_quic() 2885 if(if_is_https(cfg->ifs[i], cfg->port, cfg->https_port)) 2776 if_is_https(const char* ifname, const char* port, int https_port) if_is_https() function
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 372 } else if(if_is_https(resif[i][0], cfg->port, in interfacechecks()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 1288 int is_https = if_is_https(ifname, port, https_port);
|