summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/rthdr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-23/+7
| | | | | | | | | | | - routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok
* 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
| | | | | documented in RFC2292. from: shin@kame.net
* add inet6_option_* and inet6_rthdr_*.itojun1999-12-111-0/+298
increase shlib minor.