Home | History | Annotate | Download | only in openssh

Lines Matching full:outgoing

136 	/* Buffer for the partial outgoing packet being constructed. */
145 /* Incoming/outgoing compression dictionaries */
220 TAILQ_HEAD(, packet) outgoing;
236 TAILQ_INIT(&state->outgoing);
496 debug("compress outgoing: "
836 * If using packet compression, compress the payload of the outgoing
1180 /* increment sequence number for outgoing packets */
1182 logit("outgoing seqnr wraps around");
1222 TAILQ_INSERT_TAIL(&state->outgoing, p, next);
1241 while ((p = TAILQ_FIRST(&state->outgoing))) {
1246 TAILQ_REMOVE(&state->outgoing, p, next);
2680 /* put data to the outgoing packet */