Deleted Added
full compact
ipx_if.h (92745) ipx_if.h (111888)
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)ipx_if.h
35 *
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)ipx_if.h
35 *
36 * $FreeBSD: head/sys/netipx/ipx_if.h 92745 2002-03-20 02:39:27Z alfred $
36 * $FreeBSD: head/sys/netipx/ipx_if.h 111888 2003-03-04 23:19:55Z jlemon $
37 */
38
39#ifndef _NETIPX_IPX_IF_H_
40#define _NETIPX_IPX_IF_H_
41
42/*
43 * Interface address. One of these structures
44 * is allocated for each interface with an internet address.

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

83struct ipxip_req {
84 struct sockaddr rq_ipx; /* must be ipx format destination */
85 struct sockaddr rq_ip; /* must be ip format gateway */
86 short rq_flags;
87};
88#endif
89
90#ifdef _KERNEL
37 */
38
39#ifndef _NETIPX_IPX_IF_H_
40#define _NETIPX_IPX_IF_H_
41
42/*
43 * Interface address. One of these structures
44 * is allocated for each interface with an internet address.

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

83struct ipxip_req {
84 struct sockaddr rq_ipx; /* must be ipx format destination */
85 struct sockaddr rq_ip; /* must be ip format gateway */
86 short rq_flags;
87};
88#endif
89
90#ifdef _KERNEL
91extern struct ifqueue ipxintrq; /* IPX input packet queue */
92extern struct ipx_ifaddr *ipx_ifaddr;
93
94struct ipx_ifaddr *ipx_iaonnetof(struct ipx_addr *dst);
95#endif
96
97#endif /* !_NETIPX_IPX_IF_H_ */
91extern struct ipx_ifaddr *ipx_ifaddr;
92
93struct ipx_ifaddr *ipx_iaonnetof(struct ipx_addr *dst);
94#endif
95
96#endif /* !_NETIPX_IPX_IF_H_ */