Lines Matching defs:ep2
902 const u_char *p, const u_char *ep2,
913 if (ep2 < p + totlen) {
915 return ep2 + 1;
950 ikev1_attr_print(netdissect_options *ndo, const u_char *p, const u_char *ep2)
960 if (ep2 < p + totlen) {
962 return ep2 + 1;
1221 const u_char *ep2;
1261 ep2 = (const u_char *)p + item_len;
1262 while (cp < ep && cp < ep2) {
1264 cp = ikev1_attrmap_print(ndo, cp, ep2, map, nmap);
1266 cp = ikev1_attr_print(ndo, cp, ep2);
1270 if (ep < ep2)
1644 const u_char *ep2;
1743 ep2 = (const u_char *)p + item_len;
1752 while (cp < ep && cp < ep2) {
1753 cp = ikev1_attrmap_print(ndo, cp, ep2, map, nmap);
1914 const u_char *ep2;
1963 ep2 = (const u_char *)p + item_len;
1964 while (cp < ep && cp < ep2) {
1966 cp = ikev1_attrmap_print(ndo, cp, ep2, map, nmap);
1968 cp = ikev1_attr_print(ndo, cp, ep2);
1972 if (ep < ep2)