Searched refs:ratelimit (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Digmpproxy.conf30 phyint ethwan upstream ratelimit 0 threshold 1
38 phyint ethwan downstream ratelimit 0 threshold 1
H A Dconfig.c44 int ratelimit; member in struct:vifconfig
139 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "Ratelimit : %d", tmpPtr->ratelimit);
215 Dp->ratelimit = confPtr->ratelimit;
256 tmpPtr->ratelimit = 0;
305 else if(strcmp("ratelimit", token)==0) {
308 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "Config: IF: Got ratelimit token '%s'.", token);
309 tmpPtr->ratelimit = atoi( token );
310 if(tmpPtr->ratelimit < 0) {
H A Difvc.c149 IfDescEp->ratelimit = DEFAULT_RATELIMIT;
H A Dmroute-api.c129 VifCtl.vifc_rate_limit = VifDp->IfDp->ratelimit; // Ratelimit
H A Ddefs.h207 unsigned int ratelimit; member in struct:IfDesc

Completed in 31 milliseconds