Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ep

565 	register const u_char *ep;
593 /* 'ep' points to the end of available data. */
594 ep = ndo->ndo_snapend;
596 if ((u_char *)(esp + 1) >= ep) {
671 if (ep - bp2 < len)
673 if (ep - bp2 > len) {
675 ep = bp2 + len;
681 ep = ep - sa->authlen;
690 EVP_Cipher(&ctx, p + ivlen, p + ivlen, ep - (p + ivlen));
697 if (ep - bp < *(ep - 2))
701 *padlen = *(ep - 2) + 2;
704 *nhdr = *(ep - 1);