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

/freebsd-10.0-release/crypto/openssh/
H A Dpacket.h87 void packet_set_state(int, u_int32_t, u_int64_t, u_int32_t, u_int64_t);
H A Dssh_namespace.h406 #define packet_set_state ssh_packet_set_state macro
H A Dmonitor.c1924 packet_set_state(MODE_OUT, seqnr, blocks, packets, bytes);
1929 packet_set_state(MODE_IN, seqnr, blocks, packets, bytes);
H A Dpacket.c421 packet_set_state(int mode, u_int32_t seqnr, u_int64_t blocks, u_int32_t packets, function

Completed in 167 milliseconds