NetBSD/sys/netinet6
yamt 15b5bc3e70 in6_cksum: avoid using -> operator and use (char *) arithmetics instead.
reviewed by Joerg Sonnenberger.  he pointed out that the original code
was written that way so that the compiler will explicitly not assume that
the alignment of the data is correct.  although i don't know if it really
matters or not, being safer is not a problem.
2008-03-10 22:29:13 +00:00
..
ah_aesxcbcmac.c
ah_aesxcbcmac.h
ah_core.c
ah_input.c
ah_output.c
ah.h
dest6.c
esp_aesctr.c Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
esp_aesctr.h
esp_core.c
esp_input.c
esp_output.c Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetBSD so ...) 2007-12-09 18:27:39 +00:00
esp_rijndael.c
esp_rijndael.h
esp.h
files.ipsec
files.netinet6 Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
frag6.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
icmp6.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
in6_cksum.c in6_cksum: avoid using -> operator and use (char *) arithmetics instead. 2008-03-10 22:29:13 +00:00
in6_gif.c Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
in6_gif.h
in6_ifattach.c Use ifa_insert(), ifa_remove(). 2007-12-06 00:28:36 +00:00
in6_ifattach.h
in6_offload.c
in6_offload.h
in6_pcb.c Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase 2008-01-14 04:16:45 +00:00
in6_pcb.h
in6_proto.c
in6_src.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
in6_var.h Use IFADDR_FOREACH(). 2007-12-05 01:17:16 +00:00
in6.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
in6.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ip6_etherip.c Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
ip6_etherip.h
ip6_flow.c Constify. 2008-01-04 23:35:00 +00:00
ip6_forward.c Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase 2008-01-14 04:16:45 +00:00
ip6_id.c
ip6_input.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
ip6_mroute.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
ip6_mroute.h
ip6_output.c Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase 2008-01-14 04:16:45 +00:00
ip6_var.h
ip6protosw.h
ipcomp_core.c
ipcomp_input.c Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetBSD so ...) 2007-12-09 18:27:39 +00:00
ipcomp_output.c Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetBSD so ...) 2007-12-09 18:27:39 +00:00
ipcomp.h
ipsec.c ip_newid() -> ip_newid(NULL) due to Matt Thomas' commit some hours ago; 2008-02-06 07:42:43 +00:00
ipsec.h
Makefile
mld6_var.h
mld6.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
nd6_nbr.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
nd6_rtr.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:40:56 +00:00
nd6.c Use IFNET_FOREACH() and IFADDR_FOREACH(). 2007-12-04 10:27:33 +00:00
nd6.h
pim6_var.h
pim6.h
raw_ip6.c require that the options argument is the right size, not that it is greater 2007-11-27 22:45:29 +00:00
raw_ip6.h
route6.c
scope6_var.h
scope6.c use __KERNEL_RCSID() 2007-12-11 12:29:11 +00:00
udp6_output.c Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase 2008-01-14 04:16:45 +00:00
udp6_usrreq.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:54:27 +00:00
udp6_var.h
udp6.h