OpenBSD CVS

src/sys/netinet6/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / netinet6

Current tag: OPENBSD_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.3   24 years  itojun   branches: 1.3.2; fix include file path related to ip6.
[TXT] frag6.c  1.6   24 years  itojun   branches: 1.6.2; fix include file path related to ip6.
[TXT] icmp6.c  1.24   23 years  itojun   little bit of sync with kame ($KAME, s/u_char/u_int8_t/)
[TXT] in6.c  1.21   23 years  itojun   remove now-obsolete SIOCSIFPHY* handling in in{6,}_control. sync with kame.
[TXT] in6.h  1.18   23 years  itojun   use __P() in prototype for non-ansi compilers. From: Michael Shalayeff <mickey@l...
[TXT] in6_cksum.c  1.6   23 years  itojun   add attribute(packed) for alignment constraint on a union. get rid of file stati...
[TXT] in6_ifattach.c  1.13   23 years  jason   silence the "no multicast" warning for IFT_ENC, too deraadt ok
[TXT] in6_ifattach.h  1.2   24 years  itojun   branches: 1.2.10; revisit in6_ifattach(). (1) make it more persistent about in...
[TXT] in6_pcb.c  1.20   23 years  itojun   nuke inp_flags bits for controlling IPv4 mapped address. we don't support IPv4 m...
[TXT] in6_proto.c  1.25   23 years  itojun   little bit of sync with kame ($KAME, s/u_char/u_int8_t/)
[TXT] in6_src.c  1.8   23 years  itojun   correct in6_recoverscope() for multicast loopback case.
[TXT] in6_var.h  1.10   24 years  itojun   revisit in6_ifattach(). (1) make it more persistent about initializaing an inte...
[TXT] ip6_forward.c  1.9   23 years  itojun   do not forward packet with :: in the source. this is not in the spec - we had ro...
[TXT] ip6_input.c  1.19   23 years  itojun   add missing \n to log(). sync with kame.
[TXT] ip6_mroute.c  1.7   23 years  itojun   kame 1.31 -> 1.32 in add_m6fc(), set interface list for all cases. in response t...
[TXT] ip6_mroute.h  1.3   24 years  itojun   update multicast routing message (struct mrt6msg) to the latest kame. structure ...
[TXT] ip6_output.c  1.17   23 years  itojun   nuke inp_flags bits for controlling IPv4 mapped address. we don't support IPv4 m...
[TXT] ip6_var.h  1.11   23 years  itojun   remove m_pulldown statistics, which is highly experimental
[TXT] ip6protosw.h  1.2   24 years  angelos   branches: 1.2.2; Remove remaining unnecessary ifdefs (itojun will hate me for t...
[TXT] mld6.c  1.6   24 years  itojun   bring in recent KAME changes (only important and stable ones, as usual). - remov...
[TXT] mld6_var.h  1.2   24 years  deraadt   branches: 1.2.2; use arc4random() instead of random for two reasons. 1) on some...
[TXT] nd6.c  1.19   23 years  itojun   suppress warning on routing table overflow. sync with kame
[TXT] nd6.h  1.8   23 years  itojun   - more icmp6/ip6 stats. - protect IPv6 ND from being hosed (due to neighbor unre...
[TXT] nd6_nbr.c  1.10   24 years  itojun   never forward packet with link-local address. experimental support for new loopb...
[TXT] nd6_rtr.c  1.7   23 years  itojun   make sure to attach new in6_ifaddr into ifp->if_addrlist.
[TXT] route6.c  1.3   23 years  itojun   fix typo in routing header address validation. from francis dupont
[TXT] udp6_output.c  1.1   23 years  itojun   sync with KAME udp6_output(). udp output logic is very different between IPv4/v...
[TXT] IMPLEMENTATION (in the Attic) [Hide]  1.8   23 years  itojun   sync with latest KAME doc. talk more about IPv4 mapped address issue.
[TXT] TODO (in the Attic) [Hide]  1.6   24 years  itojun   sync with reality
[TXT] in6_gif.c (in the Attic) [Hide]  1.7   24 years  itojun   branches: 1.7.2; s/DIAGNOSTIC/DEBUG/
[TXT] in6_gif.h (in the Attic) [Hide]  1.2   24 years  itojun   net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. enforce type checking ...
[TXT] in6_prefix.c (in the Attic) [Hide]  1.6   23 years  itojun   fix anycast address determination. correct interface address addition when link-...
[TXT] in6_prefix.h (in the Attic) [Hide]  1.2   24 years  itojun   branches: 1.2.2; more coverage of in6_ifdetach()'s cleanup process. bug fix in ...
[TXT] osdep.h (in the Attic) [Hide]  1.3   24 years  angelos   branches: 1.3.2; Add RCS tags, remove unused header files and code, remove a fe...
[TXT] pim6.h (in the Attic) [Hide]  1.1   24 years  itojun   branches: 1.1.2; bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 lay...
[TXT] pim6_var.h (in the Attic) [Hide]  1.2   23 years  itojun   s/PIMCTL/PIM6CTL/ for less confusion.
[TXT] raw_ipv6.c (in the Attic) [Hide]  1.27   23 years  itojun   raw6/udp6 sockets are okay with :: in src.
[TXT] tcpipv6.h (in the Attic) [Hide]  1.6   24 years  itojun   bring in recent KAME changes (only important and stable ones, as usual). - remov...