[BACK]Return to in_gif.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/in_gif.h between version 1.13 and 1.14

version 1.13, 2005/12/10 23:36:23 version 1.14, 2006/11/23 04:07:07
Line 46  int gif_encapcheck4(struct mbuf *, int, 
Line 46  int gif_encapcheck4(struct mbuf *, int, 
 int in_gif_attach(struct gif_softc *);  int in_gif_attach(struct gif_softc *);
 int in_gif_detach(struct gif_softc *);  int in_gif_detach(struct gif_softc *);
   
 struct etherip_header {  
         u_int8_t eip_ver;        /* version/reserved */  
         u_int8_t eip_pad;        /* required padding byte */  
 };  
 #define ETHERIP_VER_VERS_MASK   0x0f  
 #define ETHERIP_VER_RSVD_MASK   0xf0  
 #define ETHERIP_VERSION         0x03  
   
 #endif /* !_NETINET_IN_GIF_H_ */  #endif /* !_NETINET_IN_GIF_H_ */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>