Home
last modified time | relevance | path

Searched refs:choked (Results 1 – 9 of 9) sorted by relevance

/external/libppp/src/
Dbundle.h119 } choked; member
149 } choked; member
Dbundle.c202 timer_Stop(&bundle->choked.timer); in bundle_ClearQueues()
475 if (bundle->choked.timer.state == TIMER_RUNNING) in bundle_UpdateSet()
476 timer_Stop(&bundle->choked.timer); /* Not needed any more */ in bundle_UpdateSet()
482 } else if (bundle->choked.timer.state == TIMER_STOPPED) { in bundle_UpdateSet()
483 bundle->choked.timer.func = bundle_ClearQueues; in bundle_UpdateSet()
484 bundle->choked.timer.name = "output choke"; in bundle_UpdateSet()
485 bundle->choked.timer.load = bundle->cfg.choked.timeout * SECTICKS; in bundle_UpdateSet()
486 bundle->choked.timer.arg = bundle; in bundle_UpdateSet()
487 timer_Start(&bundle->choked.timer); in bundle_UpdateSet()
844 bundle.cfg.choked.timeout = CHOKED_TIMEOUT; in bundle_Create()
[all …]
Dcommand.c2192 arg->bundle->cfg.choked.timeout = atoi(argp); in SetVariable()
2193 if (arg->bundle->cfg.choked.timeout <= 0) in SetVariable()
2194 arg->bundle->cfg.choked.timeout = CHOKED_TIMEOUT; in SetVariable()
Dppp.8.m4117 .Dq set choked
4532 .It set choked Op Ar timeout
4535 will keep a choked output queue before dropping all pending output packets.
4543 A choked output queue occurs when
/external/chromium/third_party/libevent/
Devdns.c224 char choked; /* true if we have an EAGAIN from this server's socket */ member
236 char choked; /* Are we currently blocked from writing? */ member
1273 ns->choked = 0; in nameserver_ready_callback()
1291 port->choked = 0; in server_port_ready_callback()
1488 port->choked = 0; in evdns_add_server_port()
1751 port->choked = 1; in evdns_server_request_respond()
1951 if (req->ns->choked) { in evdns_request_transmit()
1961 req->ns->choked = 1; in evdns_request_transmit()
/external/openssh/
Dconfig.h.in1227 /* Define if your system choked on IP TOS setting */
Dconfigure.ac487 [Define if your system choked on IP TOS setting])
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt606 taste theirs, and the small ones choked and had to be patted on
2700 a minute or two sobs choked his voice. `Same as if he had a bone
2982 choked with sobs, to sing this:--
/external/bison/
DChangeLog-201223099 On syntax errors, report the token on which we choked.