Convert the remaining bzero()/bcopy()/bcmp() calls in the neighbor
discovery handlers to memset()/memcpy()/memcmp(), and drop the now
redundant caddr_t casts.
This cleanup is to keep code consistent with:
https://cgit.freebsd.org/src/commit/?id=bac4760524a2a15ce75e35251f0c9cdf31732f3f
Code path that isn't affected by the commit is left untouched.
No functional change intended.
Sponsored by: VersatusHPC