summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from current: Don't send arp request for the ip address 0.0.0.0.Tor Egge1997-05-141-3/+4
* YAMFCPoul-Henning Kamp1996-11-161-5/+6
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thePeter Wemm1996-06-211-1/+3
* Use the route that's guaranteed to exist when picking a source addressBill Fenner1996-06-201-2/+2
* Keep ether_type in network order for BPF to be consistent with otherDavid Greenman1996-06-131-3/+3
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Send ARP's for aliased subnets with the proper source address.Bill Fenner1996-03-231-15/+7
* Make the "arpresolve: can't allocate llinfo" error messageBill Fenner1996-02-201-2/+3
* Fill in the corresponding ether address of multicast and broadcastGarrett Wollman1996-02-051-1/+17
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-5/+5
* in_proto.c: spell ``Internet'' right and put whitespace after commas.Garrett Wollman1995-12-201-19/+19
* Added a prototype.Bruce Evans1995-12-161-1/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-2/+2
* Remove old ballast, clean up a little bit, staticize.Poul-Henning Kamp1995-12-091-69/+68
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-1/+4
* Remove the last trace of arptnew()Poul-Henning Kamp1995-10-221-2/+1
* Convert ARP to use queue.h macros rather than insque/remque. WhileGarrett Wollman1995-10-051-8/+20
* Delete obsolete #if 0 block.Garrett Wollman1995-06-271-11/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-2/+5
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-29/+20
* Cleanup loopback interface support.Paul Traina1995-04-261-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-161-24/+6
* Added missing newlines to calls to log().David Greenman1995-02-201-3/+3
* Make arp_rtrequest() static since nobody needs to referene it any more.Garrett Wollman1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-1/+12
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.Garrett Wollman1994-12-131-3/+3
* Clean up ARP error messages: format IP addresses, explain arplookup()Garrett Wollman1994-11-021-13/+44
* Fix a bug which caused panics when attempting to change just the flags ofGarrett Wollman1994-10-111-2/+13
* GCC cleanup.Poul-Henning Kamp1994-10-021-2/+3
* Implement full proxy ARP, gated on option ARP_PROXYALL. This allowsGarrett Wollman1994-10-011-7/+44
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+1
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+554