CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2014/01/20 15:42:06
Modified files: sys/net : radix.c Log message: Try to be more consistent in how various variables are setup and named. Also remove a memset that is already happeing because we use PR_ZERO on the allocation. Move two memmove to memcpy because the addrs can not overlap. Make some simple helper functions static __inline and remove one of the explicit rn_search inlines. OK mpi@