Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/util/
HDconfig_file.h1399 int if_is_https(const char* ifname, const char* port, int https_port);
HDconfig_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-13-stable/contrib/unbound/smallapp/
HDunbound-checkconf.c374 } else if(if_is_https(resif[i][0], portbuf, in interfacechecks()
/freebsd-13-stable/contrib/unbound/services/
HDlisten_dnsport.c1303 int is_https = if_is_https(ifname, port, https_port); in ports_create_if()