Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ep

277                const u_char *cp, const u_char *ep)
291 if (cp == ep)
293 while (cp < ep) {
294 if (ep < cp + sizeof(*dh6o))
299 if (ep < cp + sizeof(*dh6o) + optlen)
763 const u_char *ep;
769 ep = (u_char *)ndo->ndo_snapend;
770 if (cp + length < ep)
771 ep = cp + length;
790 dhcp6opt_print(ndo, extp, ep);
802 dhcp6opt_print(ndo, (u_char *)(dh6relay + 1), ep);