Searched refs:if_is_https (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.h | 1355 int if_is_https(const char* ifname, const char* port, int https_port);
|
H A D | config_file.c | 2668 if_is_https(const char* ifname, const char* port, int https_port) in if_is_https() function 2685 if(if_is_https(cfg->ifs[i], portbuf, cfg->https_port)) in cfg_has_https()
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-checkconf.c | 370 } else if(if_is_https(resif[i][0], portbuf, in interfacechecks()
|
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | listen_dnsport.c | 1254 int is_https = if_is_https(ifname, port, https_port); in ports_create_if()
|