Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ep2

915 		    const u_char *p, const u_char *ep2,
928 if (ep2 < p + totlen) {
930 return ep2 + 1;
967 ikev1_attr_print(netdissect_options *ndo, const u_char *p, const u_char *ep2)
979 if (ep2 < p + totlen) {
981 return ep2 + 1;
1244 const u_char *ep2;
1285 ep2 = (const u_char *)p + item_len;
1286 while (cp < ep && cp < ep2) {
1288 cp = ikev1_attrmap_print(ndo, cp, ep2, map, nmap);
1290 cp = ikev1_attr_print(ndo, cp, ep2);
1294 if (ep < ep2)
1657 const u_char *ep2;
1751 ep2 = (const u_char *)p + item_len;
1760 while (cp < ep && cp < ep2) {
1761 cp = ikev1_attrmap_print(ndo, cp, ep2, map, nmap);
1916 const u_char *ep2;
1965 ep2 = (const u_char *)p + item_len;
1966 while (cp < ep && cp < ep2) {
1968 cp = ikev1_attrmap_print(ndo, cp, ep2, map, nmap);
1970 cp = ikev1_attr_print(ndo, cp, ep2);
1974 if (ep < ep2)