Deleted Added
full compact
if_arc.h (90631) if_arc.h (92725)
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 90631 2002-02-13 19:36:14Z fjoe $ */
2/* $FreeBSD: head/sys/net/if_arc.h 92725 2002-03-19 21:54:18Z alfred $ */
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:

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

126 struct mbuf *af_packet;
127 } ac_fragtab[256]; /* indexed by sender ll address */
128};
129
130#ifdef _KERNEL
131extern u_int8_t arcbroadcastaddr;
132extern int arc_ipmtu; /* XXX new ip only, no RFC 1051! */
133
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:

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

126 struct mbuf *af_packet;
127 } ac_fragtab[256]; /* indexed by sender ll address */
128};
129
130#ifdef _KERNEL
131extern u_int8_t arcbroadcastaddr;
132extern int arc_ipmtu; /* XXX new ip only, no RFC 1051! */
133
134void arc_ifattach __P((struct ifnet *, u_int8_t));
135void arc_ifdetach __P((struct ifnet *));
136void arc_storelladdr __P((struct ifnet *, u_int8_t));
137char *arc_sprintf __P((u_int8_t *));
138int arc_isphds __P((int));
139void arc_input __P((struct ifnet *, struct mbuf *));
140int arc_output __P((struct ifnet *, struct mbuf *,
141 struct sockaddr *, struct rtentry *));
142int arc_ioctl __P((struct ifnet *, int, caddr_t));
134void arc_ifattach(struct ifnet *, u_int8_t);
135void arc_ifdetach(struct ifnet *);
136void arc_storelladdr(struct ifnet *, u_int8_t);
137char *arc_sprintf(u_int8_t *);
138int arc_isphds(int);
139void arc_input(struct ifnet *, struct mbuf *);
140int arc_output(struct ifnet *, struct mbuf *,
141 struct sockaddr *, struct rtentry *);
142int arc_ioctl(struct ifnet *, int, caddr_t);
143
143
144void arc_frag_init __P((struct ifnet *));
145struct mbuf * arc_frag_next __P((struct ifnet *));
144void arc_frag_init(struct ifnet *);
145struct mbuf * arc_frag_next(struct ifnet *);
146#endif
147
148#endif /* _NET_IF_ARC_H_ */
146#endif
147
148#endif /* _NET_IF_ARC_H_ */