summaryrefslogtreecommitdiff
path: root/lib/libc/net/ip6opt.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-20Minor indentation issue.Pedro F. Giffuni
2016-04-20libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2015-02-27Hint out check for unsigned negative values.Pedro F. Giffuni
2014-04-05Accept RFC 2292 option values so that RFC 2292 compliant programs thatMarcel Moolenaar
2014-02-05libc/net: fix a portability issueEitan Adler
2014-02-04libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):Eitan Adler
2012-10-22remove duplicate semicolons where possible.Eitan Adler
2009-11-11ANSIfy.Hajimu UMEMOTO
2005-07-19refer RFC 3542 rather than RFC 2292bis.Hajimu UMEMOTO
2003-11-14u_int8_t cannot carry a number greater than 255.Hajimu UMEMOTO
2003-10-25according to RFC3542 10.5, the 5th argment of inet6_opt_next()Hajimu UMEMOTO
2003-10-24Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO
2003-07-25An u_int8_t can never be bigger than 255, so remove a useless check.Maxime Henrion
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove 'register' keyword.David E. O'Brien
1999-12-16KAME 4th patchYoshinobu Inoue