summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ip6opt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete wasteful ;;deraadt2020-01-221-2/+2
* Remove "len < 0" check; len is socklen_t (uint32_t) so can't bemillert2017-04-271-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Remove deprecated RFC2292 ancillary data convenience functions.chrisz2014-06-131-308/+1
* 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
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-1/+226
* 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