aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/rthdr.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* typo: suppported.Pedro F. Giffuni2019-05-291-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-23/+8
* Make inet6_rth_* family of functions more compliant with RFC3542:Mike Makonnen2007-04-191-1/+9
* refer RFC 3542 rather than RFC 2292bis.Hajimu UMEMOTO2005-07-191-1/+1
* fixed the validation code of routing header length in inet6_rth_getaddr().Hajimu UMEMOTO2005-07-191-4/+3
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-209/+339
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-10/+12
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Remove 'register' keyword.David E. O'Brien2002-03-211-7/+7
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-6/+18
* KAME 4th patchYoshinobu Inoue1999-12-161-0/+298