Home
last modified time | relevance | path

Searched refs:hosts_deny_original (Results 1 – 3 of 3) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dserverconfig.c781 if (config->hosts_deny_original != NULL
782 && hosts_deny_table != config->hosts_deny_original) {
784 hosts_deny_table = config->hosts_deny_original;
H A Dsockd.c1540 sockscf.hosts_deny_original = hosts_deny_table;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h2030 char *hosts_deny_original; /* original libwrap value */ member