Lines Matching defs:lim
811 char *buf, *next, *lim;
841 lim = buf + len;
842 for (next = buf; next < lim; next += rtm->rtm_msglen) {
949 char *buf, *next, *lim;
976 lim = buf + len;
977 for (next = buf; next < lim; next += ifm.ifm_msglen) {
1024 char *next, *lim;
1049 lim = buf + n;
1050 for (next = buf; next < lim; next += rtm->rtm_msglen) {
1052 if (lim < next + sizeof(u_short) ||
1053 lim < next + rtm->rtm_msglen)