Searched refs:fragend (Results 1 – 2 of 2) sorted by relevance
322 #define TRUNC(addr) ((uchar_t *)(addr) > fragend)324 interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *fragend) in interpret_ospf_lsa() argument476 if ((uchar_t *)tosmetric + sizeof (tm) > fragend) in interpret_ospf_lsa()497 if ((uchar_t *)am + sizeof (tm) > fragend) in interpret_ospf_lsa()710 uchar_t *fragend = (uchar_t *)ospf + fraglen; in interpret_ospf() local711 if (((uchar_t *)lsa >= fragend) || in interpret_ospf()713 fragend) || in interpret_ospf()715 fragend)) { in interpret_ospf()720 if (interpret_ospf_lsa(flags, lsa, fragend) < 0) { in interpret_ospf()
313 #define TRUNC(addr) ((uchar_t *)(addr) > fragend)315 interpret_ospf6_lsa(int flags, struct lsa6 *lsa, uchar_t *fragend) in interpret_ospf6_lsa() argument445 if ((uchar_t *)rl > fragend) in interpret_ospf6_lsa()756 uchar_t *fragend = (uchar_t *)ospf + fraglen; in interpret_ospf6() local757 if (((uchar_t *)lsa >= fragend) || in interpret_ospf6()759 fragend) || in interpret_ospf6()761 fragend)) { in interpret_ospf6()766 if (interpret_ospf6_lsa(flags, lsa, fragend) < 0) { in interpret_ospf6()