Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h1409 int if_is_pp2(const char* ifname, const char* port,
H A Dconfig_file.c2801 if_is_pp2(const char* ifname, const char* port, in if_is_pp2() function
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c369 if(if_is_pp2(resif[i][0], portbuf, cfg->proxy_protocol_port)) { in interfacechecks()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1305 int is_pp2 = if_is_pp2(ifname, port, proxy_protocol_port); in ports_create_if()