Lines Matching defs:ep
347 isakmp_attrmap_print(const u_char *p, const u_char *ep,
359 if (ep < p + totlen) {
361 return ep + 1;
386 isakmp_attr_print(const u_char *p, const u_char *ep)
397 if (ep < p + totlen) {
399 return ep + 1;
420 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_,
469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
480 const u_char *ep, u_int32_t phase, u_int32_t doi0,
503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
570 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_,
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)
638 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
661 const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_,
841 const u_char *ep _U_, u_int32_t phase _U_,
873 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi0 _U_,
904 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
927 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
951 const u_char *ep _U_,
975 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_,
1076 if (cp < ep) {
1083 while (cp < ep && cp < ep2) {
1085 (ep < ep2) ? ep : ep2, map, nmap);
1095 (struct isakmp_gen *)cp, ep, phase, doi, proto,
1115 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi0 _U_,
1158 u_int item_len _U_, const u_char *ep _U_,
1181 isakmp_sub0_print(u_char np, const struct isakmp_gen *ext, const u_char *ep,
1207 cp = (*npfunc[np])(ext, item_len, ep, phase, doi, proto, depth);
1220 isakmp_sub_print(u_char np, const struct isakmp_gen *ext, const u_char *ep,
1241 cp = isakmp_sub0_print(np, ext, ep, phase, doi, proto, depth);
1285 const u_char *ep;
1292 ep = ndo->ndo_snapend;
1294 if ((struct isakmp *)ep < p + 1) {
1358 if (ep < (u_char *)(p)) { \
1380 isakmp_sub_print(np, ext, ep, phase, 0, 0, 0);
1397 const u_char *ep;
1398 ep = ndo->ndo_snapend;