Deleted Added
full compact
ipx_var.h (139442) ipx_var.h (139444)
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 139442 2004-12-30 16:56:07Z rwatson $
36 * $FreeBSD: head/sys/netipx/ipx_var.h 139444 2004-12-30 17:49:40Z rwatson $
37 */
38
39#ifndef _NETIPX_IPX_VAR_H_
40#define _NETIPX_IPX_VAR_H_
41
42/*
43 * IPX Kernel Structures and Variables
44 */

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

61#ifdef SYSCTL_DECL
62SYSCTL_DECL(_net_ipx);
63SYSCTL_DECL(_net_ipx_ipx);
64#endif
65
66extern int ipxcksum;
67extern long ipx_pexseq;
68extern struct ipxstat ipxstat;
37 */
38
39#ifndef _NETIPX_IPX_VAR_H_
40#define _NETIPX_IPX_VAR_H_
41
42/*
43 * IPX Kernel Structures and Variables
44 */

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

61#ifdef SYSCTL_DECL
62SYSCTL_DECL(_net_ipx);
63SYSCTL_DECL(_net_ipx_ipx);
64#endif
65
66extern int ipxcksum;
67extern long ipx_pexseq;
68extern struct ipxstat ipxstat;
69extern struct ipxpcb ipxrawpcb;
70extern struct pr_usrreqs ipx_usrreqs;
71extern struct pr_usrreqs ripx_usrreqs;
72extern struct sockaddr_ipx ipx_netmask;
73extern struct sockaddr_ipx ipx_hostmask;
74
75extern const union ipx_net ipx_zeronet;
76extern const union ipx_host ipx_zerohost;
77extern const union ipx_net ipx_broadnet;

--- 30 unchanged lines hidden ---
69extern struct pr_usrreqs ipx_usrreqs;
70extern struct pr_usrreqs ripx_usrreqs;
71extern struct sockaddr_ipx ipx_netmask;
72extern struct sockaddr_ipx ipx_hostmask;
73
74extern const union ipx_net ipx_zeronet;
75extern const union ipx_host ipx_zerohost;
76extern const union ipx_net ipx_broadnet;

--- 30 unchanged lines hidden ---