[BACK]Return to ip_encap.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_encap.h between version 1.2 and 1.3

version 1.2, 2001/12/21 06:30:43 version 1.3, 2003/01/17 08:11:57
Line 52  struct encaptab {
Line 52  struct encaptab {
         struct sockaddr *dstmask;          struct sockaddr *dstmask;
         int (*func) __P((const struct mbuf *, int, int, void *));          int (*func) __P((const struct mbuf *, int, int, void *));
         const struct protosw *psw;      /* only pr_input will be used */          const struct protosw *psw;      /* only pr_input will be used */
         void *arg;                      /* passed via m->m_pkthdr.aux */          void *arg;                      /* passed via PACKET_TAG_ENCAP */
 };  };
   
 void    encap_init __P((void));  void    encap_init __P((void));

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>