Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ep

71 	register const u_char *ep;
74 ep = (const u_char *)ndo->ndo_snapend;
75 if (bp >= ep)
90 if (print_probe(ndo, bp, ep, len) < 0)
98 if (print_report(ndo, bp, ep, len) < 0)
109 if (print_neighbors(ndo, bp, ep, len) < 0)
128 if (print_neighbors2(ndo, bp, ep, len) < 0)
163 register const u_char *bp, register const u_char *ep,
189 if (bp + width + 1 > ep) {
221 register const u_char *bp, register const u_char *ep,
227 if ((len < 4) || ((bp + 4) > ep)) {
240 while ((len > 0) && (bp < ep)) {
252 register const u_char *bp, register const u_char *ep,
260 while (len > 0 && bp < ep) {
284 register const u_char *bp, register const u_char *ep,
295 while (len > 0 && bp < ep) {
304 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) {