/external/openssh/ |
packet.h | 83 void packet_get_state(int, u_int32_t *, u_int64_t *, u_int32_t *, u_int64_t *);
|
monitor_wrap.c | 652 packet_get_state(MODE_OUT, &seqnr, &blocks, &packets, &bytes); 657 packet_get_state(MODE_IN, &seqnr, &blocks, &packets, &bytes); [all...] |
clientloop.c | [all...] |
sshd.c | [all...] |
packet.c | 394 packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks, function [all...] |