Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c322 #define TRUNC(addr) ((uchar_t *)(addr) > fragend)
324 interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *fragend) in interpret_ospf_lsa() argument
476 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() local
711 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()
H A Dsnoop_ospf6.c313 #define TRUNC(addr) ((uchar_t *)(addr) > fragend)
315 interpret_ospf6_lsa(int flags, struct lsa6 *lsa, uchar_t *fragend) in interpret_ospf6_lsa() argument
445 if ((uchar_t *)rl > fragend) in interpret_ospf6_lsa()
756 uchar_t *fragend = (uchar_t *)ospf + fraglen; in interpret_ospf6() local
757 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()