CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
