aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ncpaddr.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ppp(8): fix code producing debugging logsEugene Grosbein2018-02-101-2/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-5/+0
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-2/+4
* Though manpage says that 0.0.0.0 can be used as HISADDR for gwHajimu UMEMOTO2003-06-211-2/+4
* Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compilerPeter Wemm2003-05-251-3/+3
* When session is over, IPv6 default route to tun should beHajimu UMEMOTO2003-04-051-1/+4
* Don't install wrong IPv6 route by add command.Hajimu UMEMOTO2003-03-261-2/+6
* - made ppp compliant to RFC 2472 (based on a patch from anotherBrian Somers2002-08-291-0/+12
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* Add some OpenBSD includesBrian Somers2002-05-161-0/+4
* o Clean up some #includesBrian Somers2002-05-141-10/+0
* Be paranoid about non-zero netmasks being associated with INET addressesBrian Somers2001-11-231-5/+18
* Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orBrian Somers2001-11-231-2/+15
* Add some casts.Brian Somers2001-08-191-1/+1
* Specify the gateway address when updating the MTU and send/recv pipeBrian Somers2001-08-161-0/+6
* Avoid calling bits2mask4() when bits is -1.Brian Somers2001-08-151-6/+5
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+967