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.h1440 int if_is_https(const char* ifname, int default_port, int https_port);
H A Dconfig_file.c2884 if_is_https(const char* ifname, int default_port, int https_port) in if_is_https() function
2927 if(if_is_https(cfg->ifs[i], cfg->port, cfg->https_port)) in cfg_has_https()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c376 } else if(if_is_https(resif[i][0], cfg->port, in interfacechecks()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1309 int is_https = if_is_https(ifname, port, https_port); in ports_create_if()