summaryrefslogtreecommitdiff
path: root/lib/libc/net/ip6opt.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Minor indentation issue.Pedro F. Giffuni2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-201-3/+2
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Hint out check for unsigned negative values.Pedro F. Giffuni2015-02-271-1/+1
* Accept RFC 2292 option values so that RFC 2292 compliant programs thatMarcel Moolenaar2014-04-051-6/+18
* libc/net: fix a portability issueEitan Adler2014-02-051-1/+1
* libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):Eitan Adler2014-02-041-4/+1
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* ANSIfy.Hajimu UMEMOTO2009-11-111-25/+8
* refer RFC 3542 rather than RFC 2292bis.Hajimu UMEMOTO2005-07-191-2/+2
* u_int8_t cannot carry a number greater than 255.Hajimu UMEMOTO2003-11-141-3/+1
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()Hajimu UMEMOTO2003-10-251-1/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-0/+227
* An u_int8_t can never be bigger than 255, so remove a useless check.Maxime Henrion2003-07-251-2/+0
* 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-3/+3
* KAME 4th patchYoshinobu Inoue1999-12-161-0/+386