Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Dsession.c216 if (ss->throttle_isset) {
323 || ss->throttle_isset
332 if (ss->throttle_isset) {
H A Drule.c520 if (rule.ss->object.ss.throttle_isset)
2946 && rule->ss->object.ss.throttle_isset) {
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1225 unsigned char throttle_isset; member
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_parse.y2881 ss.object.ss.throttle_isset = 1;
H A Dconfig_parse.c5457 ss.object.ss.throttle_isset = 1; in yyparse()