summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arp.h
Commit message (Collapse)AuthorAgeFilesLines
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-201-1/+2
| | | | | | | | This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring. Congratulations to the proud father.. (below) Submitted by: Larry Lile <lile@stdio.com>
* Fixed change prerequisites for <net/if_arp.h>:bde1998-01-101-4/+4
| | | | | | | | - don't declare `struct arpcom' except in the kernel, so that there is no dependency on <net/if.h> except in the kernel. This may break something else. - spell ETHER_ADDR_LEN as 6 again, so that there is no dependency on <net/ethernet.h> even in the kernel.
* Make INET a proper option.eivind1998-01-081-1/+19
| | | | | | | | | | | | This will not make any of object files that LINT create change; there might be differences with INET disabled, but hardly anything compiled before without INET anyway. Now the 'obvious' things will give a proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The only thing that _should_ work (but can't be made to compile reasonably easily) is sppp :-( This commit move struct arpcom from <netinet/if_ether.h> to <net/if_arp.h>.
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-3/+1
| | | | | | | <net/if_arp.h> and fixed the things that depended on it. The nested include just allowed unportable programs to compile and made my simple #include checking program report that networking code doesn't need to include <sys/socket.h>.
* #include <socket.h> -> <sys/socket.h>phk1994-11-161-2/+2
|
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsbde1994-11-151-3/+5
| | | | | | genassym compile when KERNEL is not defined. Uniformize idempotency ifdef.
* Make idempotent.paul1994-08-211-1/+6
| | | | Submitted by: Paul
* Added $Id$dg1994-08-021-0/+1
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+85
OpenPOWER on IntegriCloud