[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.92 and 1.93

version 1.92, 2020/03/06 18:11:10 version 1.93, 2021/07/16 09:00:23
Line 99 
Line 99 
 void     ssh_clear_newkeys(struct ssh *, int);  void     ssh_clear_newkeys(struct ssh *, int);
   
 int      ssh_packet_is_rekeying(struct ssh *);  int      ssh_packet_is_rekeying(struct ssh *);
   int      ssh_packet_check_rekey(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 *);
 void     ssh_packet_set_tos(struct ssh *, int);  void     ssh_packet_set_tos(struct ssh *, int);

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93