diff options
author | sam <sam@FreeBSD.org> | 2002-11-15 00:00:15 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2002-11-15 00:00:15 +0000 |
commit | 6a05792540ffa00713f4b3a1521864f7dddc1f39 (patch) | |
tree | 2a5611d45149f91e7ddfd0e32391f1ef7d8590e1 /sys/net/fddi.h | |
parent | 36661cddf10b1ee6cf5c6ca63413f6f860242c8e (diff) | |
download | FreeBSD-src-6a05792540ffa00713f4b3a1521864f7dddc1f39.zip FreeBSD-src-6a05792540ffa00713f4b3a1521864f7dddc1f39.tar.gz |
network interface and link layer changes:
o on input don't strip the Ethernet header from packets
o input packet handling is now done with if_input
o track changes to ether_ifattach/ether_ifdetach API
o track changes to bpf tapping
o call ether_ioctl for default handling of ioctl's
o use constants from net/ethernet.h where possible
Reviewed by: many
Approved by: re
Diffstat (limited to 'sys/net/fddi.h')
-rw-r--r-- | sys/net/fddi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/fddi.h b/sys/net/fddi.h index 82c1a13..5415027 100644 --- a/sys/net/fddi.h +++ b/sys/net/fddi.h @@ -99,7 +99,6 @@ struct fddi_header { void fddi_ifattach(struct ifnet *, int); void fddi_ifdetach(struct ifnet *, int); -void fddi_input(struct ifnet *, struct fddi_header *, struct mbuf *); int fddi_ioctl(struct ifnet *, int, caddr_t); #endif /* _KERNEL */ |