Deleted Added
full compact
if_arc.h (191148) if_arc.h (194581)
1/* $NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp $ */
1/* $NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp $ */
2/* $FreeBSD: head/sys/net/if_arc.h 191148 2009-04-16 20:30:28Z kmacy $ */
2/* $FreeBSD: head/sys/net/if_arc.h 194581 2009-06-21 10:29:31Z rdivacky $ */
3
4/*-
5 * Copyright (c) 1982, 1986, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

129
130void arc_ifattach(struct ifnet *, u_int8_t);
131void arc_ifdetach(struct ifnet *);
132void arc_storelladdr(struct ifnet *, u_int8_t);
133int arc_isphds(u_int8_t);
134void arc_input(struct ifnet *, struct mbuf *);
135int arc_output(struct ifnet *, struct mbuf *,
136 struct sockaddr *, struct route *);
3
4/*-
5 * Copyright (c) 1982, 1986, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

129
130void arc_ifattach(struct ifnet *, u_int8_t);
131void arc_ifdetach(struct ifnet *);
132void arc_storelladdr(struct ifnet *, u_int8_t);
133int arc_isphds(u_int8_t);
134void arc_input(struct ifnet *, struct mbuf *);
135int arc_output(struct ifnet *, struct mbuf *,
136 struct sockaddr *, struct route *);
137int arc_ioctl(struct ifnet *, int, caddr_t);
137int arc_ioctl(struct ifnet *, u_long, caddr_t);
138
139void arc_frag_init(struct ifnet *);
140struct mbuf * arc_frag_next(struct ifnet *);
141#endif
142
143#endif /* _NET_IF_ARC_H_ */
138
139void arc_frag_init(struct ifnet *);
140struct mbuf * arc_frag_next(struct ifnet *);
141#endif
142
143#endif /* _NET_IF_ARC_H_ */