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
..
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.ipfilter merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.netinet merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
icmp6.h 'advertisment' -> 'advertisement', from leonardo chiquitto filho 2006-03-07 18:15:28 +00:00
icmp_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_atm.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
if_ether.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
if_inarp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
igmp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
igmp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
igmp_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in.c quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
in.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
in4_cksum.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
in_cksum.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
in_gif.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
in_gif.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_offload.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_pcb.c Pass the current process structure to in_pcbconnect() so that it can 2005-11-15 18:39:46 +00:00
in_pcb.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_pcb_hdr.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_proto.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
in_proto.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_systm.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ip.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ip_ecn.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ip_encap.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ip_encap.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ip_flow.c change comment from __const__ to const 2005-12-24 23:43:17 +00:00
ip_gre.c fix tyop. 2006-01-31 17:19:39 +00:00
ip_gre.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ip_icmp.c When reflecting an ICMP Echo, do not scribble over read-only/shared 2006-03-29 21:13:55 +00:00
ip_icmp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ip_id.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
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 Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ip_output.c Handle IPSEC_NAT_T in the FAST_IPSEC case. 2006-02-23 01:35:19 +00:00
ip_var.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
pim.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
pim_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
raw_ip.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tcp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tcp_debug.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_fsm.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_input.c Coverity CID 1152: Add KASSERT before deref. 2006-04-15 02:32:22 +00:00
tcp_output.c Slight simplification of hdr len calculation in tcp_segsize(). 2006-03-25 13:34:35 +00:00
tcp_sack.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tcp_seq.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
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 Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_usrreq.c Move pf2 assignment after we've assigned pf. 2006-04-15 00:29:25 +00:00
tcp_var.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
tcpip.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
udp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
udp_usrreq.c Handle IPSEC_NAT_T in the FAST_IPSEC case. 2006-02-23 01:35:19 +00:00
udp_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00