[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.36 and 1.37

version 1.36, 2021/02/03 05:51:40 version 1.37, 2021/02/03 11:53:43
Line 248  struct ippseudo {
Line 248  struct ippseudo {
         u_int16_t       ippseudo_len;   /* protocol length */          u_int16_t       ippseudo_len;   /* protocol length */
 };  };
   
   #ifdef CTASSERT
   CTASSERT(sizeof(struct ip) == 20);
   CTASSERT(sizeof(struct ip_timestamp) == 12);
   CTASSERT(sizeof(struct ippseudo) == 12);
   #endif
   
 #endif  /* !_NETINET_IP_H_ */  #endif  /* !_NETINET_IP_H_ */

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb <webmaster@jp.NetBSD.org>