summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ip6opt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete wasteful ;;deraadt2020-01-221-2/+2
| | | | ok tedu
* Remove "len < 0" check; len is socklen_t (uint32_t) so can't bemillert2017-04-271-2/+2
| | | | negative. Quiets a warning from clang. OK bluhm@
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
| | | | review by millert, binary checking process with doug, concept with guenther
* Remove deprecated RFC2292 ancillary data convenience functions.chrisz2014-06-131-308/+1
| | | | | | They are obsoleted by the RFC3542 api. ok mpi@
* replace spaces with tabs for indentationstsp2014-02-171-2/+2
|
* Fix inet6_opt_init() to only check extlen when extbuff is not NULLmpi2014-02-071-5/+2
| | | | | | as per RFC 3542, from DragonFlyBSD via Eitan Adler. ok bluhm@
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-1/+226
| | | | | | | | | | the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.
* return is not a function. (cosmetic)itojun2006-12-081-28/+28
|
* ansify. ok deraadt@ moritz@otto2005-03-251-29/+12
|
* add inet6_option_* and inet6_rthdr_*.itojun1999-12-111-0/+388
increase shlib minor.