Deleted Added
full compact
ipx_var.h (92745) ipx_var.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_var.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_var.h
35 *
36 * $FreeBSD: head/sys/netipx/ipx_var.h 92745 2002-03-20 02:39:27Z alfred $
36 * $FreeBSD: head/sys/netipx/ipx_var.h 111888 2003-03-04 23:19:55Z jlemon $
37 */
38
39#ifndef _NETIPX_IPX_VAR_H_
40#define _NETIPX_IPX_VAR_H_
41
42/*
43 * IPX Kernel Structures and Variables
44 */

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

90u_short ipx_cksum(struct mbuf *m, int len);
91int ipx_control(struct socket *so, u_long cmd, caddr_t data,
92 struct ifnet *ifp, struct thread *td);
93void ipx_ctlinput(int cmd, struct sockaddr *arg_as_sa, void *dummy);
94int ipx_ctloutput(struct socket *so, struct sockopt *sopt);
95void ipx_drop(struct ipxpcb *ipxp, int errno);
96void ipx_init(void);
97void ipx_input(struct mbuf *m, struct ipxpcb *ipxp);
37 */
38
39#ifndef _NETIPX_IPX_VAR_H_
40#define _NETIPX_IPX_VAR_H_
41
42/*
43 * IPX Kernel Structures and Variables
44 */

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

90u_short ipx_cksum(struct mbuf *m, int len);
91int ipx_control(struct socket *so, u_long cmd, caddr_t data,
92 struct ifnet *ifp, struct thread *td);
93void ipx_ctlinput(int cmd, struct sockaddr *arg_as_sa, void *dummy);
94int ipx_ctloutput(struct socket *so, struct sockopt *sopt);
95void ipx_drop(struct ipxpcb *ipxp, int errno);
96void ipx_init(void);
97void ipx_input(struct mbuf *m, struct ipxpcb *ipxp);
98void ipxintr(void);
99int ipx_outputfl(struct mbuf *m0, struct route *ro, int flags);
100int ipx_output_type20(struct mbuf *);
101int ipx_peeraddr(struct socket *so, struct sockaddr **nam);
102void ipx_printhost(struct ipx_addr *addr);
103int ipx_sockaddr(struct socket *so, struct sockaddr **nam);
104void ipx_watch_output(struct mbuf *m, struct ifnet *ifp);
105
106#endif /* _KERNEL */
107
108#endif /* !_NETIPX_IPX_VAR_H_ */
98int ipx_outputfl(struct mbuf *m0, struct route *ro, int flags);
99int ipx_output_type20(struct mbuf *);
100int ipx_peeraddr(struct socket *so, struct sockaddr **nam);
101void ipx_printhost(struct ipx_addr *addr);
102int ipx_sockaddr(struct socket *so, struct sockaddr **nam);
103void ipx_watch_output(struct mbuf *m, struct ifnet *ifp);
104
105#endif /* _KERNEL */
106
107#endif /* !_NETIPX_IPX_VAR_H_ */