Home | History | Annotate | Download | only in openssh

Lines Matching refs:outgoing

128 	/* Buffer for the partial outgoing packet being constructed. */
194 TAILQ_HEAD(, packet) outgoing;
237 TAILQ_INIT(&active_state->outgoing);
663 outgoing
948 /* increment sequence number for outgoing packets */
950 logit("outgoing seqnr wraps around");
983 TAILQ_INSERT_TAIL(&active_state->outgoing, p, next);
997 while ((p = TAILQ_FIRST(&active_state->outgoing))) {
1003 TAILQ_REMOVE(&active_state->outgoing, p, next);