[BACK]Return to ip.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.h between version 1.21 and 1.21.6.1

version 1.21, 2000/05/02 14:15:07 version 1.21.6.1, 2001/11/14 19:17:46
Line 149  struct ip_timestamp {
Line 149  struct ip_timestamp {
                         n_time ipt_time;                          n_time ipt_time;
                  } ipt_ta[1] __attribute__((__packed__));                   } ipt_ta[1] __attribute__((__packed__));
         } ipt_timestamp __attribute__((__packed__));          } ipt_timestamp __attribute__((__packed__));
 };  } __attribute__((__packed__));
   
 /* flag bits for ipt_flg */  /* flag bits for ipt_flg */
 #define IPOPT_TS_TSONLY         0               /* timestamps only */  #define IPOPT_TS_TSONLY         0               /* timestamps only */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.21.6.1

CVSweb <webmaster@jp.NetBSD.org>