Lines Matching defs:ep
319 dhcp6opt_print(const u_char *cp, const u_char *ep)
334 if (cp == ep)
336 while (cp < ep) {
337 if (ep < cp + sizeof(*dh6o))
341 if (ep < cp + sizeof(*dh6o) + optlen)
675 const u_char *ep;
681 ep = (u_char *)snapend;
682 if (cp + length < ep)
683 ep = cp + length;
753 dhcp6opt_print(extp, ep);
765 dhcp6opt_print((u_char *)(dh6relay + 1), ep);