summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/arp.c
Commit message (Expand)AuthorAgeFilesLines
* Retire struct sockaddr_inarp.glebius2013-01-311-3/+2
* Need to set the proper flag bit when inserting ARPqingli2010-03-181-1/+1
* Make ppp WARNS=5 cleanbrian2004-09-051-8/+8
* Use the length of the interface name, not the length of its address whenbrooks2004-01-211-1/+1
* socket()s first argument should be a protocol family rather than anbrian2002-01-161-1/+1
* socket's first argument is an address family, not a protocol family.brian2002-01-161-1/+1
* Keep up with sys/net/rtsock.c,v 1.58.ru2001-09-211-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-1/+4
* Remove an irritating diagnostic emitted to LogPHASE when abrian2001-07-311-9/+9
* Various whitespace changes.brian2000-10-301-1/+2
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-141-39/+27
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+3
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-2/+2
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Add ``enable proxyall'' support. This adds proxy ARP entriesbrian1998-10-261-31/+21
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+3
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-4/+6
* MFMP: Make ppp multilink capable.brian1998-05-211-81/+54
* Fix error message.brian1998-01-241-10/+5
* Stop bogus warnings.brian1998-01-231-1/+2
* Re-implement the proxy arp sockaddr_dl search routine (again).brian1998-01-231-65/+80
* Use the sockaddr_dl with the link#, not the ethernet addressbrian1998-01-211-2/+2
* sys/types.h -> sys/param.hbrian1998-01-191-2/+2
* Reimplement proxy-arp address stuff using sysctl().brian1998-01-191-83/+117
* Remove includes of if_var.h and in_var.hbrian1998-01-111-5/+1
* Cosmetic (style):brian1997-12-241-7/+7
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian1997-12-231-2/+2
* Fix prototypes.brian1997-11-221-1/+4
* Introduce ID0 logging.brian1997-11-091-5/+8
* Cosmetic (no functional changes):brian1997-10-261-124/+22
* Cosmetic: Remove unused variables and build on OpenBSD.brian1997-09-101-4/+2
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-6/+6
* Make the code format more in line with style(9).brian1997-08-251-229/+212
* Overhaul ppp:brian1997-06-091-19/+20
* Remove osreldate. I got the number wrong anyway :(brian1997-04-151-4/+1
* osreldate.h stuff suggested by: Eivind Eklundbrian1997-02-251-1/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-2/+3
* Update to match changes in <net/if.h>.wollman1997-01-031-1/+2
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-3/+3
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-1/+3
* A random bunch of cleanup changes.phk1996-01-101-3/+4
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-0/+423
OpenPOWER on IntegriCloud