Searched refs:packet_get_state (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | packet.h | 83 void packet_get_state(int, u_int32_t *, u_int64_t *, u_int32_t *, u_int64_t *);
|
D | monitor_wrap.c | 652 packet_get_state(MODE_OUT, &seqnr, &blocks, &packets, &bytes); in mm_send_keystate() 657 packet_get_state(MODE_IN, &seqnr, &blocks, &packets, &bytes); in mm_send_keystate()
|
D | clientloop.c | 1645 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes); in client_loop() 1646 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes); in client_loop()
|
D | sshd.c | 2052 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes); 2053 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes);
|
D | packet.c | 394 packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks, in packet_get_state() function
|