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_3_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.8   23 years  itojun   branches: 1.8.6; be more more picky about ip6 destopt parsing. sync with kame
[TXT] frag6.c  1.11   23 years  angelos   branches: 1.11.4; No need for net/net_osdep.h
[TXT] icmp6.c  1.47   22 years  angelos   Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending on how mac...
[TXT] in6.c  1.29   22 years  itojun   avoid using malloc() during interupt context for multicast kludge entry. allocat...
[TXT] in6.h  1.24   22 years  itojun   comment; sockopt # 57-59 are also reserved
[TXT] in6_cksum.c  1.9   23 years  angelos   branches: 1.9.4; No need for net/net_osdep.h
[TXT] in6_ifattach.c  1.20   22 years  itojun   suppress printf() on non-multicast interface. suppress ipv6 initialization for I...
[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.26   23 years  deraadt   branches: 1.26.4; repair copyright notices for NRL & cmetz; cmetz
[TXT] in6_proto.c  1.31   22 years  jjbg   branches: 1.31.4; remove IPCOMP option. deraadt@ ok.
[TXT] in6_src.c  1.11   23 years  itojun   branches: 1.11.6; enable FAKE_LOOPBACK_IF case by default. now traffic on loopb...
[TXT] in6_var.h  1.13   22 years  itojun   branches: 1.13.4; avoid using malloc() during interupt context for multicast kl...
[TXT] ip6_forward.c  1.17   22 years  jasoni   filter forwarded ipv6 packets; checked by itojun, tested by mcbride@countersiege...
[TXT] ip6_input.c  1.33   22 years  frantzen   IPv6 support from Ryan McBride (mcbride@countersiege.com)
[TXT] ip6_mroute.c  1.16   23 years  angelos   No need for net/net_osdep.h
[TXT] ip6_mroute.h  1.4   23 years  itojun   branches: 1.4.6; fix multicast API for sizeof(long) != 4. (IF_SET and family w...
[TXT] ip6_output.c  1.52   22 years  jasoni   reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed after discussi...
[TXT] ip6_var.h  1.13   23 years  angelos   branches: 1.13.4; Deprecated IPV6_ENCAPSULATED
[TXT] ip6protosw.h  1.4   23 years  itojun   branches: 1.4.6; pull in new pcb notification code from kame. better handling ...
[TXT] mld6.c  1.10   23 years  angelos   No need for net/net_osdep.h
[TXT] mld6_var.h  1.3   23 years  itojun   branches: 1.3.6; sync whitespace/comment with kame. to help merge tasks
[TXT] nd6.c  1.37   22 years  itojun   call defrouter_select() only if i am autoconfigured host
[TXT] nd6.h  1.14   23 years  itojun   branches: 1.14.6; garbage-collect stale ND entries (default: 1 day). RFC 2461 5...
[TXT] nd6_nbr.c  1.17   23 years  angelos   No need for net/net_osdep.h
[TXT] nd6_rtr.c  1.11   23 years  angelos   No need for net/net_osdep.h
[TXT] raw_ip6.c  1.5   23 years  csapuntz   branches: 1.5.4; Move offsetof define into sys/param.h
[TXT] route6.c  1.5   23 years  itojun   branches: 1.5.6; sync whitespace/comment with kame. to help merge tasks
[TXT] udp6_output.c  1.4   23 years  angelos   No need for net/net_osdep.h
[TXT] in6_gif.c (in the Attic) [Hide]  1.18   22 years  angelos   Pass the interface (if any) to ipip_input(), so it can be used in BPF. Closes PR...
[TXT] in6_gif.h (in the Attic) [Hide]  1.3   23 years  itojun   branches: 1.3.6; sync whitespace/comment with kame. to help merge tasks
[TXT] in6_prefix.c (in the Attic) [Hide]  1.12   22 years  brian   branches: 1.12.4; Add a missing space
[TXT] in6_prefix.h (in the Attic) [Hide]  1.4   23 years  itojun   branches: 1.4.6; pull in new pcb notification code from kame. better handling ...
[TXT] pim6.h (in the Attic) [Hide]  1.2   23 years  itojun   sync whitespace/comment with kame. to help merge tasks
[TXT] pim6_var.h (in the Attic) [Hide]  1.3   23 years  itojun   branches: 1.3.6; sync whitespace/comment with kame. to help merge tasks
[TXT] tcpipv6.h (in the Attic) [Hide]  1.7   23 years  deraadt   repair copyright notices for NRL & cmetz; cmetz