Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ep

78 	register const u_char *ep;
81 ep = (const u_char *)snapend;
82 if (bp >= ep)
97 if (print_probe(bp, ep, len) < 0)
105 if (print_report(bp, ep, len) < 0)
116 if (print_neighbors(bp, ep, len) < 0)
135 if (print_neighbors2(bp, ep, len) < 0)
169 print_report(register const u_char *bp, register const u_char *ep,
195 if (bp + width + 1 > ep) {
226 print_probe(register const u_char *bp, register const u_char *ep,
232 if ((len < 4) || ((bp + 4) > ep)) {
248 while ((len > 0) && (bp < ep)) {
259 print_neighbors(register const u_char *bp, register const u_char *ep,
267 while (len > 0 && bp < ep) {
290 print_neighbors2(register const u_char *bp, register const u_char *ep,
301 while (len > 0 && bp < ep) {
310 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) {