Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet6/
Dicmp6.c1492 int lenlim, copied; in ni6_input() local
1497 lenlim = M_TRAILINGSPACE(n); in ni6_input()
1498 copied = ni6_store_addrs(ni6, nni6, ifp, lenlim); in ni6_input()
/netbsd/src/usr.sbin/route6d/
Droute6d.c3015 mask2len(const struct in6_addr *addr, int lenlim) in mask2len() argument
3020 for (j = 0; j < lenlim; j++, p++) { in mask2len()
3025 if (j < lenlim) { in mask2len()