Lines Matching refs:lim
165 struct netinfo *n, *lim; in input() local
218 lim = n + (cc - 4) / sizeof (struct netinfo); in input()
230 if (!auth_ok && rip->rip_vers == RIPv2 && n < lim && in input()
292 if (n >= lim) { in input()
326 !ck_passwd(ifp, rip, (uint8_t *)lim, FROM_NADDR, in input()
486 if (++v12buf.n >= v12buf.lim) in input()
488 } while (++n < lim); in input()
666 if (n >= lim) { in input()
717 !ck_passwd(ifp, rip, (uint8_t *)lim, FROM_NADDR, &use_auth)) in input()
953 } while (++n < lim); in input()
962 if (n >= lim) { in input()
1373 uint8_t *lim, in ck_passwd() argument
1386 if ((uint8_t *)NA >= lim || NA->a_family != RIP_AF_AUTH) { in ck_passwd()
1460 len > (lim - (uint8_t *)rip - sizeof (*NA))) { in ck_passwd()
1464 len, lim - (uint8_t *)rip - sizeof (*NA), in ck_passwd()