Searched refs:choked (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dbundle.h118 unsigned timeout; /* How long to leave the output queue choked */
119 } choked; member in struct:bundle::__anon12028
148 struct pppTimer timer; /* choked output queue timer */
149 } choked; member in struct:bundle
H A Dbundle.c201 log_Printf(LogPHASE, "Clearing choked output queue\n");
202 timer_Stop(&bundle->choked.timer);
475 if (bundle->choked.timer.state == TIMER_RUNNING)
476 timer_Stop(&bundle->choked.timer); /* Not needed any more */
482 } else if (bundle->choked.timer.state == TIMER_STOPPED) {
483 bundle->choked.timer.func = bundle_ClearQueues;
484 bundle->choked.timer.name = "output choke";
485 bundle->choked.timer.load = bundle->cfg.choked.timeout * SECTICKS;
486 bundle->choked
[all...]
H A Dcommand.c2199 arg->bundle->cfg.choked.timeout = atoi(argp);
2200 if (arg->bundle->cfg.choked.timeout <= 0)
2201 arg->bundle->cfg.choked.timeout = CHOKED_TIMEOUT;
2375 {"choked", NULL, SetVariable, LOCAL_AUTH,
2376 "choked timeout", "set choked [secs]", (const void *)VAR_CHOKED},
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Devdns.c232 char choked; /* true if we have an EAGAIN from this server's socket */ member in struct:nameserver
247 char choked; /* Are we currently blocked from writing? */ member in struct:evdns_server_port
1502 ns->choked = 0;
1522 port->choked = 0;
1722 port->choked = 0;
2018 port->choked = 1;
2256 if (req->ns->choked) {
2266 req->ns->choked = 1;

Completed in 81 milliseconds