Lines Matching defs:rep
52 const struct rip_emetric *rep;
328 rep = rsep->rip_emetric;
332 ntohs(rep->rip_metric));
335 tokp = rep->rip_token;
337 ntohs(rep->rip_mask));
339 rep = (const struct rip_emetric *)
340 &rep->rip_token[num];
423 const struct rip_emetric *rep;
427 if ((const char *)(rep = rsep->rip_emetric) > limit)
431 if ((const char *)rep->rip_token > limit)
433 rep = (struct rip_emetric *)
434 &rep->rip_token[get_numtokens(ntohs(rep->rip_mask))];
435 if ((const char *)rep > limit)
439 return ((const struct rip_sec_entry *)rep);