Home
last modified time | relevance | path

Searched refs:routeoptions (Results 1 – 8 of 8) sorted by relevance

/dports/net/dante/dante-1.4.3/lib/
H A Dconfig.c860 if (sockscf.routeoptions.maxfail != 0
861 && route->state.failed >= sockscf.routeoptions.maxfail) {
862 if (sockscf.routeoptions.badexpire == 0
864 <= sockscf.routeoptions.badexpire) {
1427 if (route == NULL || sockscf.routeoptions.maxfail == 0)
1566 sockscf.routeoptions.maxfail = 1; in optioninit()
1567 sockscf.routeoptions.badexpire = (time_t)(ROUTEBLACKLIST_SECONDS); in optioninit()
H A Dconfig_parse.y560 %type <string> via gateway route routes routeoption routeoptions routemethod
878 { routeinit(&route); } routeoptions fromto gateway routeoptions '}' {
1123 sockscf.routeoptions.maxfail = $4;
1131 sockscf.routeoptions.badexpire = $4;
3156 routeoptions: { $$ = NULL; }
3157 | routeoption routeoptions
H A Dshowconfig.c347 routeoptions2string(&sockscf->routeoptions, buf, sizeof(buf)));
H A Dconfig_parse.c3339 sockscf.routeoptions.maxfail = (yyvsp[0].number); in yyparse()
3352 sockscf.routeoptions.badexpire = (yyvsp[0].number); in yyparse()
/dports/net/dante/dante-1.4.3/sockd/
H A Dserverconfig.c684 bzero(&config->routeoptions, sizeof(config->routeoptions));
1792 if (sockscf.routeoptions.maxfail == 0 && sockscf.routeoptions.badexpire != 0) in checkconfig()
H A Dshmemconfig.c893 EQCHECK(a, b, routeoptions);
/dports/net/dante/dante-1.4.3/include/
H A Dsocks.h463 routeoptions_t routeoptions; /* global route flags. */ member
H A Dsockd.h1937 routeoptions_t routeoptions; /* global route flags. */ member