[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.10 and 1.10.26.1

version 1.10, 2005/12/10 23:36:23 version 1.10.26.1, 2007/02/27 16:54:55
Line 65  const struct encaptab *encap_attach(int,
Line 65  const struct encaptab *encap_attach(int,
 const struct encaptab *encap_attach_func(int, int,  const struct encaptab *encap_attach_func(int, int,
         int (*)(struct mbuf *, int, int, void *),          int (*)(struct mbuf *, int, int, void *),
         const struct protosw *, void *);          const struct protosw *, void *);
 void    encap6_ctlinput(int, struct sockaddr *, void *);  void    encap6_ctlinput(int, const struct sockaddr *, void *);
 int     encap_detach(const struct encaptab *);  int     encap_detach(const struct encaptab *);
 void    *encap_getarg(struct mbuf *);  void    *encap_getarg(struct mbuf *);
 #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.26.1

CVSweb <webmaster@jp.NetBSD.org>