Deleted Added
full compact
ip_var.h (133720) ip_var.h (133920)
1/*
2 * Copyright (c) 1982, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)ip_var.h 8.2 (Berkeley) 1/9/95
1/*
2 * Copyright (c) 1982, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)ip_var.h 8.2 (Berkeley) 1/9/95
30 * $FreeBSD: head/sys/netinet/ip_var.h 133720 2004-08-14 15:32:40Z dwmalone $
30 * $FreeBSD: head/sys/netinet/ip_var.h 133920 2004-08-17 22:05:54Z andre $
31 */
32
33#ifndef _NETINET_IP_VAR_H_
34#define _NETINET_IP_VAR_H_
35
36#include <sys/queue.h>
37
38/*

--- 124 unchanged lines hidden (view full) ---

163 u_long if_hwassist_flags, int sw_csum);
164void ip_freemoptions(struct ip_moptions *);
165void ip_init(void);
166extern int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
167 struct ip_moptions *);
168int ip_output(struct mbuf *,
169 struct mbuf *, struct route *, int, struct ip_moptions *,
170 struct inpcb *);
31 */
32
33#ifndef _NETINET_IP_VAR_H_
34#define _NETINET_IP_VAR_H_
35
36#include <sys/queue.h>
37
38/*

--- 124 unchanged lines hidden (view full) ---

163 u_long if_hwassist_flags, int sw_csum);
164void ip_freemoptions(struct ip_moptions *);
165void ip_init(void);
166extern int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
167 struct ip_moptions *);
168int ip_output(struct mbuf *,
169 struct mbuf *, struct route *, int, struct ip_moptions *,
170 struct inpcb *);
171struct mbuf *
172 ip_reass(struct mbuf *);
171struct in_ifaddr *
172 ip_rtaddr(struct in_addr);
173void ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *,
174 struct mbuf *);
175void ip_slowtimo(void);
176struct mbuf *
177 ip_srcroute(void);
178void ip_stripoptions(struct mbuf *, struct mbuf *);

--- 35 unchanged lines hidden ---
173struct in_ifaddr *
174 ip_rtaddr(struct in_addr);
175void ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *,
176 struct mbuf *);
177void ip_slowtimo(void);
178struct mbuf *
179 ip_srcroute(void);
180void ip_stripoptions(struct mbuf *, struct mbuf *);

--- 35 unchanged lines hidden ---