Searched refs:blast_size (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgcall.c469 unsigned8 blast_size = xq->blast_size; local
519 extra_fack = blast_size / 2;
526 for (num_sent = 1; num_sent <= blast_size; num_sent++)
553 if (num_sent == extra_fack || num_sent == blast_size)
600 xq->blast_size = 0;
700 xq->blast_size = 1;
1095 xq->blast_size = 1;
1105 xq->blast_size = 2;
H A Ddgxq.c597 xq->blast_size = 0;
641 * Clear any previously set blast_size.
644 xq->blast_size = 0;
860 xq->blast_size = MIN(rexmit_cnt, RPC_C_DG_INITIAL_BLAST_SIZE);
H A Ddglsn.c2442 signed32 blast_size; local
2564 * unsent, value of blast_size. This smoothes out the window growth
2566 * blast_size will be cut down later if if the size grows beyond
2572 blast_size = MAX(MIN(xq->blast_size + (2 * window_incr),
2575 if (xq->cwindow_size + blast_size > xq->window_size)
2576 blast_size = MAX(xq->window_size - xq->cwindow_size, 0);
2639 * (i.e. # of new pkts = blast_size - rexmit_cnt). There can be
2656 xq->blast_size = (ready_to_go < (unsigned32)blast_size)
[all...]
H A Ddgclsn.c782 xq->blast_size, rpc__dg_act_seq_string(rqe->hdrp)));
H A Ddg.c468 xq->blast_size = 1;
473 xq->blast_size = 2;
H A Ddg.h1021 unsigned8 blast_size; /* # of pkts to send as a blast */ member in struct:__anon8241
1110 #define RPC_DG_CALL_READY_TO_SEND(call) ((call)->xq.blast_size > 0)

Completed in 187 milliseconds