[BACK]Return to packet.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.h between version 1.74 and 1.75

version 1.74, 2016/10/11 21:47:45 version 1.75, 2017/02/03 02:56:00
Line 140 
Line 140 
 const char *ssh_local_ipaddr(struct ssh *);  const char *ssh_local_ipaddr(struct ssh *);
 int      ssh_local_port(struct ssh *);  int      ssh_local_port(struct ssh *);
   
 void     ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, time_t);  void     ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, u_int32_t);
 time_t   ssh_packet_get_rekey_timeout(struct ssh *);  time_t   ssh_packet_get_rekey_timeout(struct ssh *);
   
 void    *ssh_packet_get_input(struct ssh *);  void    *ssh_packet_get_input(struct ssh *);

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75