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_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.11   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] frag6.c  1.47   10 years  deraadt   Replace all ovbcopy with memmove; swap the src and dst arguments too ok otto
[TXT] icmp6.c  1.130   10 years  bluhm   If an ICMP packet gets diverted to a raw IP socket, if must not be consumed by i...
[TXT] in6.c  1.116   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] in6.h  1.65   10 years  henning   put the cksum diff back, of course with the bug fixed where we could under some ...
[TXT] in6_cksum.c  1.15   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] in6_ifattach.c  1.61   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[TXT] in6_ifattach.h  1.5   17 years  mcbride   Automatically add a IPv6 link-local address to carp interfaces when the virtual ...
[TXT] in6_pcb.c  1.56   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[TXT] in6_proto.c  1.67   11 years  mpi   Instead of having various extern declarations for protocol variables, declare th...
[TXT] in6_src.c  1.32   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[TXT] in6_var.h  1.40   10 years  bluhm   Remove unused field ia_plen from struct in6_ifaddr. The prefix length is always...
[TXT] ip6_divert.c  1.13   10 years  henning   put the cksum diff back, of course with the bug fixed where we could under some ...
[TXT] ip6_divert.h  1.2   11 years  benno   Add the IP_DIVERTFL socket option on divert(4) sockets to control which packets ...
[TXT] ip6_forward.c  1.60   10 years  sf   format string fixes: size_t and uint16_t ok bluhm@
[TXT] ip6_id.c  1.8   14 years  jsing   More destatic and ansification. ok claudio@ naddy@
[TXT] ip6_input.c  1.114   10 years  henning   put the cksum diff back, of course with the bug fixed where we could under some ...
[TXT] ip6_mroute.c  1.62   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[TXT] ip6_mroute.h  1.9   11 years  mpi   tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. ok dera...
[TXT] ip6_output.c  1.142   10 years  sf   format string fixes: size_t and uint16_t ok bluhm@
[TXT] ip6_var.h  1.46   11 years  bluhm   Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. OK claudio@
[TXT] ip6protosw.h  1.9   11 years  bluhm   Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. OK claudio@
[TXT] mld6.c  1.28   12 years  sperreault   rdomain support for IPv6 ok mikeb
[TXT] mld6.h  1.2   14 years  jsg   fix rcs id, from brad
[TXT] mld6_var.h  1.6   16 years  djm   use arc4random_uniform() for random number requests that are not a power of two....
[TXT] nd6.c  1.99   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[TXT] nd6.h  1.31   10 years  bluhm   Do not access queue fields directly, use FOREACH() macro instead. No binary chan...
[TXT] nd6_nbr.c  1.67   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[TXT] nd6_rtr.c  1.72   10 years  bluhm   Do not access queue fields directly, use FOREACH() macro instead. No binary chan...
[TXT] raw_ip6.c  1.58   10 years  bluhm   Implement pf divert-to and divert-reply also for IPv6 raw sockets. OK henning@ m...
[TXT] raw_ip6.h  1.3   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] route6.c  1.17   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] udp6_output.c  1.19   11 years  tedu   no need for a lot of code to include proc.h
[TXT] in6_gif.c (in the Attic) [Hide]  1.31   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[TXT] in6_gif.h (in the Attic) [Hide]  1.6   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[TXT] pim6.h (in the Attic) [Hide]  1.3   18 years  deraadt   in ansi c, bitfields must be done against int, unsigned int, or _Bool. so we mus...
[TXT] pim6_var.h (in the Attic) [Hide]  1.9   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs