Home
last modified time | relevance | path

Searched refs:throttle_perstate (Results 1 – 6 of 6) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsession.c472 SASSERTX(ss->throttle_perstate.limit.clients != 0);
473 SASSERTX(ss->throttle_perstate.limit.seconds != 0);
478 if (!throttlepermits(&ss->throttle_perstate.limit,
H A Drule.c2947 if ((rule->ss->object.ss.throttle_perstate.limit.seconds
2949 && (rule->ss->object.ss.throttle_perstate.limit.clients
2958 (unsigned long)rule->ss->object.ss.throttle_perstate.limit.clients,
2959 (long)rule->ss->object.ss.throttle_perstate.limit.seconds);
H A Dshmem.c806 if (tdiff.tv_sec >= shmem->object.ss.throttle_perstate.limit.seconds)
1599 return (size_t)shmem->object.ss.throttle_perstate.limit.seconds;
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_parse.y2941 ASSIGN_THROTTLE_SECONDS($3, ss.object.ss.throttle_perstate.limit.clients, 0);
2942 ASSIGN_THROTTLE_CLIENTS($5, ss.object.ss.throttle_perstate.limit.seconds, 0);
H A Dconfig_parse.c5527 ASSIGN_THROTTLE_SECONDS((yyvsp[-2].number), ss.object.ss.throttle_perstate.limit.clients, 0); in yyparse()
5528 ASSIGN_THROTTLE_CLIENTS((yyvsp[0].number), ss.object.ss.throttle_perstate.limit.seconds, 0); in yyparse()
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1242 } throttle_perstate; member