summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip6.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused macro.blambert2011-04-051-21/+1
* fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiomdlg2008-11-081-5/+5
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-5/+2
* use underscore variants of _BYTE_ORDER macros which are always definedtedu2006-04-271-10/+10
* typo. Bruno Roheeitojun2004-07-091-3/+3
* hide nonstandard struct from userlanditojun2004-04-261-1/+3
* struct for IPv6 pseudo header checksum - nonstandard. from kameitojun2004-01-081-2/+13
* convert __attribute__((__packed__)) to __packed so that parsers unawareavsm2003-11-161-13/+13
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-7/+58
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* nuke !PULLDOWN_TEST case. (leftover from yesterday)itojun2003-05-141-36/+1
* put __attribute__ to header decls to avoid align strangeness. sync with kameitojun2001-12-061-16/+10
* IP6_EXTHDR_GET0 did not check m->m_len (noone was using this macro).itojun2001-07-051-3/+3
* Inclusion protection.angelos2001-06-091-4/+3
* little bit of sync with kame ($KAME, s/u_char/u_int8_t/)itojun2000-10-101-4/+4
* remove m_pulldown statistics, which is highly experimentalitojun2000-07-121-3/+1
* declare IP6_EXTHDR_GET{,0}. sorry i forgot to commit this one.itojun2000-06-131-4/+54
* hide IP6_EXTHDR_CHECK from the userland.itojun2000-02-241-1/+3
* for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h.itojun2000-02-071-2/+248
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+3