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

/freebsd-13-stable/crypto/openssh/
H A Dpacket.c183 struct packet_state p_read, p_send; member in struct:session_state
245 state->p_send.packets = state->p_read.packets = 0;
462 *obytes = ssh->state->p_send.bytes;
848 ps = &state->p_send;
861 (unsigned long long)state->p_send.bytes,
862 (unsigned long long)state->p_send.blocks);
948 if (state->p_send.packets == 0 && state->p_read.packets == 0)
960 if (state->p_send.packets > MAX_PACKETS ||
968 (state->p_send.blocks + out_blocks > state->max_blocks_out)) ||
1135 if ((r = mac_compute(mac, state->p_send
[all...]

Completed in 90 milliseconds