Home
last modified time | relevance | path

Searched refs:checkreplyauth (Results 1 – 5 of 5) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Drule.c1088 if (isreplycommand && !sockscf.srchost.checkreplyauth) {
3034 && !sockscf.srchost.checkreplyauth) {
3069 if (sockscf.srchost.checkreplyauth)
3114 if ((sockscf.srchost.checkreplyauth
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_scan.l744 <start_srchost>checkreplyauth {
H A Dconfig_parse.y1612 sockscf.srchost.checkreplyauth = 1;
H A Dconfig_parse.c3942 sockscf.srchost.checkreplyauth = 1; in yyparse()
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1634 unsigned char checkreplyauth; /* check that method matches for replies? */ member