Deleted Added
full compact
fddi.h (152296) fddi.h (194581)
1/*-
2 * Copyright (c) 1982, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 * Copyright (c) 1995 Matt Thomas (thomas@lkg.dec.com)
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * SUCH DAMAGE.
34 *
35 * @(#)if_fddi.h 8.1 (Berkeley) 6/10/93
1/*-
2 * Copyright (c) 1982, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 * Copyright (c) 1995 Matt Thomas (thomas@lkg.dec.com)
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * SUCH DAMAGE.
34 *
35 * @(#)if_fddi.h 8.1 (Berkeley) 6/10/93
36 * $FreeBSD: head/sys/net/fddi.h 152296 2005-11-11 07:36:14Z ru $
36 * $FreeBSD: head/sys/net/fddi.h 194581 2009-06-21 10:29:31Z rdivacky $
37 */
38
39#ifndef _NETINET_IF_FDDI_H_
40#define _NETINET_IF_FDDI_H_
41
42#define FDDIIPMTU 4352
43#define FDDIMTU 4470
44#define FDDIMIN 3

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

94#define fddi_delmulti ether_delmulti
95#define fddi_sprintf ether_sprintf
96
97#define FDDI_BPF_UNSUPPORTED 0
98#define FDDI_BPF_SUPPORTED 1
99
100void fddi_ifattach(struct ifnet *, const u_int8_t *, int);
101void fddi_ifdetach(struct ifnet *, int);
37 */
38
39#ifndef _NETINET_IF_FDDI_H_
40#define _NETINET_IF_FDDI_H_
41
42#define FDDIIPMTU 4352
43#define FDDIMTU 4470
44#define FDDIMIN 3

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

94#define fddi_delmulti ether_delmulti
95#define fddi_sprintf ether_sprintf
96
97#define FDDI_BPF_UNSUPPORTED 0
98#define FDDI_BPF_SUPPORTED 1
99
100void fddi_ifattach(struct ifnet *, const u_int8_t *, int);
101void fddi_ifdetach(struct ifnet *, int);
102int fddi_ioctl(struct ifnet *, int, caddr_t);
102int fddi_ioctl(struct ifnet *, u_long, caddr_t);
103
104#endif /* _KERNEL */
105#endif /* _NET_FDDI_H_ */
103
104#endif /* _KERNEL */
105#endif /* _NET_FDDI_H_ */