Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:dataend

835     register const u_char *dataend;
859 dataend = (u_char *)op + length;
879 while (dptr < dataend) {
924 register const u_char *dataend)
963 if ((u_char *)ap < dataend)
965 while ((u_char *)ap < dataend) {
988 while (((u_char *)lshp < dataend) && ospf_print_lshdr(lshp) != -1) {
995 while ((u_char *)lsrp < dataend) {
1056 register const u_char *dataend;
1089 dataend = bp + EXTRACT_16BITS(&op->ospf_len);
1091 dataend = bp + length;
1137 if (ospf_decode_v2(op, dataend))