[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.82 and 1.83

version 1.82, 2017/09/12 06:32:07 version 1.83, 2017/10/25 00:17:08
Line 47 
Line 47 
         int remote_port;          int remote_port;
         char *local_ipaddr;          char *local_ipaddr;
         int local_port;          int local_port;
           char *rdomain_in;
   
         /* Optional preamble for log messages (e.g. username) */          /* Optional preamble for log messages (e.g. username) */
         char *log_preamble;          char *log_preamble;
Line 148 
Line 149 
 int      ssh_remote_port(struct ssh *);  int      ssh_remote_port(struct ssh *);
 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 *);
   const char *ssh_packet_rdomain_in(struct ssh *);
   
 void     ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, u_int32_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 *);

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83