Home
last modified time | relevance | path

Searched refs:outstanding (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/src/sys/netinet/
Ddccp_tcplike.c131 cb->outstanding = 0; /* is this correct? */ in tcplike_rto_timeout()
150 cb->cwnd, cb->outstanding)); in tcplike_rto_timeout()
229 cb->outstanding = 0; in tcplike_send_init()
235 cb->cwnd, cb->outstanding)); in tcplike_send_init()
335 if (cb->cwnd <= cb->outstanding) { in tcplike_send_packet()
337 … DCCP_DEBUG((LOG_INFO, "cwnd (%d) < outstanding (%d)\n", cb->cwnd, cb->outstanding)); in tcplike_send_packet()
398 cb->outstanding++; in tcplike_send_packet_sent()
399 TCPLIKE_DEBUG((LOG_INFO, "SENT. cwnd: %d, outstanding: %d\n",cb->cwnd, cb->outstanding)); in tcplike_send_packet_sent()
404 …CWND_DEBUG((LOG_INFO, "Sent. CWND value: %u , OUTSTANDING value: %u\n",cb->cwnd, cb->outstanding)); in tcplike_send_packet_sent()
521 cb->outstanding = _cwndvector_size(cb); in tcplike_send_packet_recv()
[all …]
Ddccp_tcplike.h63 int16_t outstanding; /* Number of unacked packets sent */ member
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc3909.txt30 (LDAP) extended operation to cancel (or abandon) an outstanding
122 cancel an outstanding operation issued within the same session.
124 The client requests the cancelation of an outstanding operation by
126 the outstanding operation. The Cancel Request itself has a distinct
130 If the server is willing and able to cancel the outstanding operation
135 outstanding operation (if it exists).
163 cancel the outstanding operation. For example, the server may return
164 tooLate for a request to cancel an outstanding modify operation which
185 different outstanding operations may be processed under different
Drfc2696.txt147 A client may have any number of outstanding search requests pending,
149 implementation which requires a limit on the number of outstanding
Drfc5805.txt80 longer willing or able to process an outstanding transaction.
308 and all outstanding transactions without notice and nullify their
Drfc4533.txt1027 support cancellation of outstanding Sync Operations as described
1030 To cancel an outstanding Sync Operation, the client issues an LDAP
1148 During persist mode, the server SHOULD coalesce multiple outstanding
1607 entry CSN that is not greater than any outstanding (uncommitted)
Drfc3088.txt252 outstanding requests made by client and disconnects.
Drfc4373.txt553 the server to know when it has received all outstanding asynchronous
Drfc4513.txt435 - when there are outstanding responses for operation requests
/netbsd/src/sys/fs/nfs/common/
Dbootp_subr.c158 int outstanding; member
606 int outstanding; in bootpc_call() local
672 outstanding = 0; in bootpc_call()
687 ifctx->outstanding = 0; in bootpc_call()
695 outstanding++; in bootpc_call()
696 ifctx->outstanding = 1; in bootpc_call()
767 if (outstanding == 0 && in bootpc_call()
875 if (ifctx->outstanding) { in bootpc_call()
876 ifctx->outstanding = 0; in bootpc_call()
877 outstanding--; in bootpc_call()
[all …]
/netbsd/src/external/bsd/flex/dist/
DAUTHORS6 outstanding bugs and has made significant contributions to the flex
/netbsd/src/usr.sbin/makefs/
DTODO22 outstanding bugs
/netbsd/src/crypto/external/bsd/openssl/dist/
DLICENSE.txt22 outstanding shares, or (iii) beneficial ownership of such entity.
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/
DREADME130 Perhaps an emms or femms stalls until all outstanding MMX instructions have
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
DREADME351 other outstanding issues.
DINSTALL138 At the time of writing the following were outstanding:
Dpsim.texinfo1105 other outstanding issues.
/netbsd/src/external/apache2/
DLICENSE-2.022 outstanding shares, or (iii) beneficial ownership of such entity.
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop.double-cc288 probed probed if non zero the time the currently outstanding address probe was
/netbsd/src/games/larn/
DFixed.Bugs180 was only created if the player had outstanding taxes. In that multiple
/netbsd/src/external/cddl/osnet/dist/
DOPENSOLARIS.LICENSE75 percent (50%) of the outstanding shares or beneficial
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dreplication.sdf235 {{EX:entryCSN}} value remains outstanding. The {{EX:contextCSN}}
/netbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.seq225 * If we have relatively few commands outstanding, don't
Daic79xx.reg3730 * The minimum number of commands still outstanding required
Daic7xxx.seq362 * when we have outstanding transactions, so we can safely

12