summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arc.h
Commit message (Collapse)AuthorAgeFilesLines
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-241-3/+2
| | | | | | | | | | | IP fast forwarding, SIOCGIFADDR, setting hardware address (not currently enabled in cm driver), multicasts (experimental) - add ARC_MAX_DATA, use IF_HANDOFF, remove arc_sprintf() and some unused variables - if_simloop logic is made more similar to ethernet - drop not ours packets early (if we are not in promiscous mode) Submitted by: mark tinguely (partially)
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-2/+2
|
* Remove __P.alfred2002-03-191-12/+12
|
* remove superflous empty line (in preparation to MFC)fjoe2002-02-131-1/+0
|
* bring in ARP support for variable length link level addressesfjoe2001-10-141-0/+149
Reviewed by: jdp Approved by: jdp Obtained from: NetBSD MFC after: 6 weeks
OpenPOWER on IntegriCloud