summaryrefslogtreecommitdiff
path: root/sys/netinet/ip6.h
AgeCommit message (Expand)Author
2021-03-07netinet/netinet6: Add necessary includes to make these standalone.christos
2021-02-03CTASSERT -> __CTASSERT to unbreak userland build.roy
2021-02-03Sprinkle CTASSERT to enforce on-wire layout without __packedroy
2021-02-03Remove __packed from various network structuresroy
2020-07-27ip6: Remove __packed attribute from ip6 structuresroy
2018-05-18IP6_EXTHDR_GET performs a basic mbuf operation, which has nothing to domaxv
2018-05-18Remove IP6_EXTHDR_GET0, remove pointless XXXs, and style.maxv
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-05-29- add constchristos
2004-07-09typo. Bruno Roheeitojun
2004-04-26declare ip6_hdr_pseudo (for kernel only) and use it for TCP MD5 signatureitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-06- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun
2003-05-14always use PULLDOWN_TEST codepath.itojun
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2001-07-05IP6_EXTHDR_GET0 had no check against m->m_len (noone was using this macro).itojun
2001-01-23put attribute(packed) for ip6 option headers. they will appear atitojun
2000-10-10sync with kame ($KAME$)itojun
2000-07-13remove m_pulldown statistics code. it is highly experimental and belongitojun
2000-07-02typo in previousitojun
2000-07-02do not touch struct ip6stat on non-INET6 compilation.itojun
2000-03-03comment fix, sync with kame.itojun
2000-02-24hide declaration of IP6_EXTHDR_{GET,CHECK} from userland.itojun
2000-02-06to be more rfc2292 complient, move ip6.h and icmp6.h into netinet.itojun
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun