NetBSD/usr.sbin/rarpd
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
mkarp.c
mkarp.h
rarpd.8
rarpd.c since ar_tha() can return NULL, don't pass it directly to functions 2006-05-12 01:20:33 +00:00