[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.93 and 1.94

version 1.93, 2021/07/16 09:00:23 version 1.94, 2022/01/22 00:49:34
Line 122 
Line 122 
 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);
   int      ssh_packet_process_read(struct ssh *, int);
 int      ssh_packet_read_seqnr(struct ssh *, u_char *, u_int32_t *seqnr_p);  int      ssh_packet_read_seqnr(struct ssh *, u_char *, u_int32_t *seqnr_p);
 int      ssh_packet_read_poll_seqnr(struct ssh *, u_char *, u_int32_t *seqnr_p);  int      ssh_packet_read_poll_seqnr(struct ssh *, u_char *, u_int32_t *seqnr_p);
   

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