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

/freebsd-11-stable/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;
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c203 log_Printf(LogPHASE, "Clearing choked output queue\n");
204 timer_Stop(&bundle->choked.timer);
477 if (bundle->choked.timer.state == TIMER_RUNNING)
478 timer_Stop(&bundle->choked.timer); /* Not needed any more */
484 } else if (bundle->choked.timer.state == TIMER_STOPPED) {
485 bundle->choked.timer.func = bundle_ClearQueues;
486 bundle->choked.timer.name = "output choke";
487 bundle->choked.timer.load = bundle->cfg.choked.timeout * SECTICKS;
488 bundle->choked
[all...]
H A Dbundle.h120 unsigned timeout; /* How long to leave the output queue choked */
121 } choked; member in struct:bundle::__anon8824
150 struct pppTimer timer; /* choked output queue timer */
151 } choked; member in struct:bundle
H A Dcommand.c2201 arg->bundle->cfg.choked.timeout = atoi(argp);
2202 if (arg->bundle->cfg.choked.timeout <= 0)
2203 arg->bundle->cfg.choked.timeout = CHOKED_TIMEOUT;
2377 {"choked", NULL, SetVariable, LOCAL_AUTH,
2378 "choked timeout", "set choked [secs]", (const void *)VAR_CHOKED},

Completed in 189 milliseconds