Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Dsession.c229 if (ss->throttle_perstate_isset || ss->max_perstate_isset) {
434 if (ss->max_perstate_isset) {
H A Drule.c2894 if (rule->ss->object.ss.max_perstate_isset)
2902 if (!rule->ss->object.ss.max_perstate_isset
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1237 unsigned char max_perstate_isset; member
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_parse.y2934 ss.object.ss.max_perstate_isset = 1;
H A Dconfig_parse.c5517 ss.object.ss.max_perstate_isset = 1; in yyparse()