Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ep2

579 	const u_char *ep2;
620 ep2 = (u_char *)p + item_len;
621 while (cp < ep && cp < ep2) {
623 cp = isakmp_attrmap_print(cp, (ep < ep2) ? ep : ep2,
626 cp = isakmp_attr_print(cp, (ep < ep2) ? ep : ep2);
628 if (ep < ep2)
980 u_char *ep2;
1074 ep2 = (u_char *)p + item_len;
1083 while (cp < ep && cp < ep2) {
1085 (ep < ep2) ? ep : ep2, map, nmap);