[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.69 and 1.70

version 1.69, 2016/01/29 02:54:45 version 1.70, 2016/02/08 10:57:07
Line 72 
Line 72 
 int      ssh_packet_get_connection_out(struct ssh *);  int      ssh_packet_get_connection_out(struct ssh *);
 void     ssh_packet_close(struct ssh *);  void     ssh_packet_close(struct ssh *);
 void     ssh_packet_set_encryption_key(struct ssh *, const u_char *, u_int, int);  void     ssh_packet_set_encryption_key(struct ssh *, const u_char *, u_int, int);
   int      ssh_packet_is_rekeying(struct ssh *);
 void     ssh_packet_set_protocol_flags(struct ssh *, u_int);  void     ssh_packet_set_protocol_flags(struct ssh *, u_int);
 u_int    ssh_packet_get_protocol_flags(struct ssh *);  u_int    ssh_packet_get_protocol_flags(struct ssh *);
 int      ssh_packet_start_compression(struct ssh *, int);  int      ssh_packet_start_compression(struct ssh *, int);
Line 131 
Line 132 
 const char *ssh_remote_ipaddr(struct ssh *);  const char *ssh_remote_ipaddr(struct ssh *);
 int      ssh_remote_port(struct ssh *);  int      ssh_remote_port(struct ssh *);
   
 int      ssh_packet_need_rekeying(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, time_t);
 time_t   ssh_packet_get_rekey_timeout(struct ssh *);  time_t   ssh_packet_get_rekey_timeout(struct ssh *);
   

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70