summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/arp.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-1/+1
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-3/+2
* Need to set the proper flag bit when inserting ARPQing Li2010-03-181-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-8/+8
* Use the length of the interface name, not the length of its address whenBrooks Davis2004-01-211-1/+1
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-161-1/+1
* socket's first argument is an address family, not a protocol family.Brian Somers2002-01-161-1/+1
* Keep up with sys/net/rtsock.c,v 1.58.Ruslan Ermilov2001-09-211-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-1/+4
* Remove an irritating diagnostic emitted to LogPHASE when aBrian Somers2001-07-311-9/+9
* Various whitespace changes.Brian Somers2000-10-301-1/+2
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibBrian Somers2000-03-141-39/+27
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+3
* #include <errno.h>, not <sys/errno.h>Brian Somers1999-04-261-2/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Add ``enable proxyall'' support. This adds proxy ARP entriesBrian Somers1998-10-261-31/+21
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-3/+3
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-4/+6
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-81/+54
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-23/+23
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Create #defines for all endpoint discriptor classes,Brian Somers1998-04-231-6/+4
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+2
| * Remove unused includes.Brian Somers1998-04-061-7/+1
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+7
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-1/+2
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
| * Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-3/+4
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-2/+2
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-13/+10
| * Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp.Brian Somers1998-02-081-5/+5
| * o Hook the FSMs into our bundle.Brian Somers1998-02-071-45/+16
| * Bring the routing seqno into struct bundle.Brian Somers1998-02-021-16/+17
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+355
* Fix error message.Brian Somers1998-01-241-10/+5
* Stop bogus warnings.Brian Somers1998-01-231-1/+2
* Re-implement the proxy arp sockaddr_dl search routine (again).Brian Somers1998-01-231-65/+80
* Use the sockaddr_dl with the link#, not the ethernet addressBrian Somers1998-01-211-2/+2
* sys/types.h -> sys/param.hBrian Somers1998-01-191-2/+2
* Reimplement proxy-arp address stuff using sysctl().Brian Somers1998-01-191-83/+117
* Remove includes of if_var.h and in_var.hBrian Somers1998-01-111-5/+1
* Cosmetic (style):Brian Somers1997-12-241-7/+7
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)Brian Somers1997-12-231-2/+2
* Fix prototypes.Brian Somers1997-11-221-1/+4