[BACK]Return to ip_var.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_var.h between version 1.87.10.1 and 1.88

version 1.87.10.1, 2008/10/19 22:17:46 version 1.88, 2008/08/06 15:01:23
Line 214  int  ip_optcopy(struct ip *, struct ip *
Line 214  int  ip_optcopy(struct ip *, struct ip *
 u_int    ip_optlen(struct inpcb *);  u_int    ip_optlen(struct inpcb *);
 int      ip_output(struct mbuf *, ...);  int      ip_output(struct mbuf *, ...);
 int      ip_fragment(struct mbuf *, struct ifnet *, u_long);  int      ip_fragment(struct mbuf *, struct ifnet *, u_long);
 int      ip_pcbopts(struct mbuf **, const struct sockopt *);  int      ip_pcbopts(struct mbuf **, struct mbuf *);
 struct mbuf *  struct mbuf *
          ip_reass(struct ipqent *, struct ipq *, struct ipqhead *);           ip_reass(struct ipqent *, struct ipq *, struct ipqhead *);
 struct in_ifaddr *  struct in_ifaddr *
          ip_rtaddr(struct in_addr);           ip_rtaddr(struct in_addr);
 void     ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *,  void     ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *,
            struct mbuf *);             struct mbuf *);
 int      ip_setmoptions(struct ip_moptions **, const struct sockopt *);  int      ip_setmoptions(struct ip_moptions **, struct sockopt *);
 void     ip_slowtimo(void);  void     ip_slowtimo(void);
 struct mbuf *  struct mbuf *
          ip_srcroute(void);           ip_srcroute(void);

Legend:
Removed from v.1.87.10.1  
changed lines
  Added in v.1.88

CVSweb <webmaster@jp.NetBSD.org>