[BACK]Return to ip_var.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip_var.h between version 1.38.8.1 and 1.39

version 1.38.8.1, 1999/12/27 18:36:18 version 1.39, 1999/11/19 10:41:42
Line 50  struct ipovly {
Line 50  struct ipovly {
         u_int16_t ih_len;               /* protocol length */          u_int16_t ih_len;               /* protocol length */
         struct    in_addr ih_src;       /* source internet address */          struct    in_addr ih_src;       /* source internet address */
         struct    in_addr ih_dst;       /* destination internet address */          struct    in_addr ih_dst;       /* destination internet address */
 } __attribute__((__packed__));  };
   
 /*  /*
  * Ip (reassembly or sequence) queue structures.   * Ip (reassembly or sequence) queue structures.

Legend:
Removed from v.1.38.8.1  
changed lines
  Added in v.1.39

CVSweb <webmaster@jp.NetBSD.org>