summaryrefslogtreecommitdiff
path: root/lib/libc/net/ip6opt.c
AgeCommit message (Expand)Author
2020-01-22delete wasteful ;;Theo de Raadt
2017-04-27Remove "len < 0" check; len is socklen_t (uint32_t) so can't beTodd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2014-06-13Remove deprecated RFC2292 ancillary data convenience functions.Christopher Zimmermann
2014-02-17replace spaces with tabs for indentationStefan Sperling
2014-02-07Fix inet6_opt_init() to only check extlen when extbuff is not NULLMartin Pieuchot
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-12-08return is not a function. (cosmetic)Jun-ichiro itojun Hagino
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino