Home
last modified time | relevance | path

Searched refs:maskend (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/
H A Droute.c1534 const char *maskend = (char *)dst + MIN(netmask->sa_len, src->sa_len); in rt_maskedcopy() local
1540 while (dstp < maskend) in rt_maskedcopy()