summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/rthdr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling fixes; from paul tagliamontejmc2022-12-271-2/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-3/+2
* Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther2015-09-141-1/+2
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Remove deprecated RFC2292 ancillary data convenience functions.chrisz2014-06-131-180/+1
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-1/+164
* ansify. ok deraadt@ moritz@otto2005-03-251-21/+8
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-23/+7
* KNF fixitojun2003-06-061-3/+3
* KNF, de-registeritojun2003-06-061-220/+154
* %d -> %u. mostly in #ifdef DEBUG.itojun2002-06-271-11/+11
* fix alignment constraint in IPv6 routing header manipulation (ancillary data).itojun2000-02-291-7/+19
* add inet6_option_* and inet6_rthdr_*.itojun1999-12-111-0/+298