NetBSD/sys/netinet
mrg 126f7e1139 since ar_tha() can return NULL, don't pass it directly to functions
that expect real addresses.  explicitly KASSERT() that it is not
NULL in the kernel and just avoid using it userland.

(the kernel could be more defensive about this, but, until now it
would have just crashed anyway.)
2006-05-12 01:20:33 +00:00
..
files.ipfilter
files.netinet
icmp6.h
icmp_var.h
if_arp.c since ar_tha() can return NULL, don't pass it directly to functions 2006-05-12 01:20:33 +00:00
if_atm.c
if_atm.h
if_ether.h
if_inarp.h
igmp_var.h
igmp.c
igmp.h
in4_cksum.c
in_cksum.c
in_gif.c
in_gif.h
in_offload.h
in_pcb_hdr.h
in_pcb.c
in_pcb.h
in_proto.c
in_proto.h
in_systm.h
in_var.h
in.c quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
in.h
ip6.h Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). 2006-05-05 00:03:21 +00:00
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_flow.c
ip_gre.c
ip_gre.h
ip_icmp.c
ip_icmp.h
ip_id.c
ip_input.c #if -> #ifdef 2006-05-08 18:50:12 +00:00
ip_mroute.c - use MAXTTL 2006-04-25 08:29:08 +00:00
ip_mroute.h
ip_output.c
ip_var.h
ip.h
Makefile
pim_var.h
pim.h
raw_ip.c
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Coverity CID 1152: Add KASSERT before deref. 2006-04-15 02:32:22 +00:00
tcp_output.c
tcp_sack.c
tcp_seq.h
tcp_subr.c Coverity CID 1149: Add KASSERT before deref. 2006-04-15 02:30:39 +00:00
tcp_timer.c Coverity CID 1153: Add KASSERT before deref. 2006-04-15 02:33:41 +00:00
tcp_timer.h
tcp_usrreq.c Move pf2 assignment after we've assigned pf. 2006-04-15 00:29:25 +00:00
tcp_var.h
tcp.h
tcpip.h
udp_usrreq.c
udp_var.h
udp.h