HomeSort by relevance Sort by last modified time
    Searched refs:packet_get_state (Results 1 - 5 of 5) sorted by null

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

Completed in 33 milliseconds