NetBSD/sys/netinet6
gdt 2431ad86cc Initialize variable used as (conditional) result parameter.
ip6_insertfraghdr either sets a result parameter or returns an error.
While the caller only uses the result parameter in the non-error case,
knowing that requires cross-module static analysis, and that's not
robust against distant code changes.  Therfore, set ip6f to NULL
before the function call that maybe sets it, avoiding a spuruious
warning and changing the future possible bug from an unitialized
dereference to a NULL deferrence.
2013-03-18 19:31:39 +00:00
..
Makefile
dest6.c
files.netinet6
frag6.c Loganaden Velvindron: 2012-09-27 23:10:00 +00:00
icmp6.c 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD 2012-06-23 03:13:41 +00:00
icmp6_private.h
in6.c 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD 2012-06-23 03:13:41 +00:00
in6.h PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00
in6_cksum.c
in6_gif.c Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
in6_gif.h
in6_ifattach.c
in6_ifattach.h
in6_offload.c
in6_offload.h
in6_pcb.c Remove stray #undef, probably someone's debugging leftover from long ago. 2012-08-24 06:03:18 +00:00
in6_pcb.h rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
in6_proto.c Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
in6_src.c rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
in6_var.h PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the 2012-10-11 20:05:50 +00:00
ip6_etherip.c
ip6_etherip.h
ip6_flow.c PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the 2012-10-11 20:05:50 +00:00
ip6_forward.c remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
ip6_id.c
ip6_input.c Add a new sysctl to mark ports as reserved, so that they are not used in 2012-11-29 02:07:20 +00:00
ip6_mroute.c
ip6_mroute.h
ip6_output.c Initialize variable used as (conditional) result parameter. 2013-03-18 19:31:39 +00:00
ip6_private.h
ip6_var.h 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD 2012-06-23 03:13:41 +00:00
ip6protosw.h
ipsec.h remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
mld6.c
mld6_var.h
nd6.c Use rt_getkey. 2013-01-24 14:23:09 +00:00
nd6.h 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD 2012-06-23 03:13:41 +00:00
nd6_nbr.c remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
nd6_rtr.c PR/47576: Takahiro HAYASHI: Avoid crash destroying tap0 after deleting 2013-02-18 16:45:50 +00:00
pim6.h
pim6_var.h
raw_ip6.c remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
raw_ip6.h
route6.c
scope6.c
scope6_var.h
udp6.h
udp6_output.c PR/47408: Anthony Mallet: sendto(2) issue with IPv6 UDP datagrams 2013-01-06 00:17:13 +00:00
udp6_private.h
udp6_usrreq.c PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00
udp6_var.h PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00