[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.94 and 1.94.8.1

version 1.94, 2022/01/22 00:49:34 version 1.94.8.1, 2023/12/18 14:57:43
Line 118 
Line 118 
 int      ssh_packet_send2(struct ssh *);  int      ssh_packet_send2(struct ssh *);
   
 int      ssh_packet_read(struct ssh *);  int      ssh_packet_read(struct ssh *);
 int      ssh_packet_read_expect(struct ssh *, u_int type);  
 int      ssh_packet_read_poll(struct ssh *);  int      ssh_packet_read_poll(struct ssh *);
 int ssh_packet_read_poll2(struct ssh *, u_char *, u_int32_t *seqnr_p);  int ssh_packet_read_poll2(struct ssh *, u_char *, u_int32_t *seqnr_p);
 int      ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);  int      ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.94.8.1