Lines Matching defs:ep
635 const u_char *ep, uint32_t phase,
745 if (ep < (u_char *)(p)) { \
888 const u_char *cp, const u_char *ep)
891 const u_char *end = ep - 20;
893 int len = ep - cp;
901 elen = ep - end;
925 const u_char *p, const u_char *ep,
935 if (ep < p + totlen) {
937 return ep + 1;
962 ikev1_attr_print(netdissect_options *ndo, const u_char *p, const u_char *ep)
971 if (ep < p + totlen) {
973 return ep + 1;
995 const u_char *ep, uint32_t phase, uint32_t doi0 _U_,
1042 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
1054 const u_char *ep, uint32_t phase, uint32_t doi0,
1077 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
1217 const u_char *ep, uint32_t phase _U_, uint32_t doi _U_,
1268 while (cp < ep && cp < ep2) {
1270 cp = ikev1_attrmap_print(ndo, cp, (ep < ep2) ? ep : ep2,
1273 cp = ikev1_attr_print(ndo, cp, (ep < ep2) ? ep : ep2);
1275 if (ep < ep2)
1286 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_,
1310 const u_char *ep _U_, uint32_t phase, uint32_t doi _U_,
1484 const u_char *ep _U_, uint32_t phase _U_,
1517 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_,
1549 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_,
1573 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_,
1598 const u_char *ep _U_,
1615 if (!ike_show_somedata(ndo, (u_char *)(caddr_t)(ext + 1), ep))
1627 const u_char *ep, uint32_t phase, uint32_t doi0 _U_,
1728 if (cp < ep) {
1735 while (cp < ep && cp < ep2) {
1737 (ep < ep2) ? ep : ep2, map, nmap);
1747 (struct isakmp_gen *)cp, ep, phase, doi, proto,
1768 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_,
1812 u_int item_len _U_, const u_char *ep _U_,
1871 const u_char *ep, uint32_t phase _U_, uint32_t doi _U_,
1931 while (cp < ep && cp < ep2) {
1933 cp = ikev1_attrmap_print(ndo, cp, (ep < ep2) ? ep : ep2,
1936 cp = ikev1_attr_print(ndo, cp, (ep < ep2) ? ep : ep2);
1938 if (ep < ep2)
1949 const u_char *ep, uint32_t phase, uint32_t doi0,
1973 cp = ikev2_sub_print(ndo, NULL, ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
1985 u_int item_len _U_, const u_char *ep _U_,
2001 ext1+1, ep,
2013 u_int item_len _U_, const u_char *ep _U_,
2042 u_int item_len _U_, const u_char *ep _U_,
2124 u_int item_len _U_, const u_char *ep _U_,
2134 u_int item_len _U_, const u_char *ep _U_,
2144 u_int item_len _U_, const u_char *ep _U_,
2168 if(!ike_show_somedata(ndo, authdata, ep)) goto trunc;
2180 u_int item_len _U_, const u_char *ep _U_,
2197 if(!ike_show_somedata(ndo, (const u_char *)(ext+1), ep)) goto trunc;
2210 u_int item_len _U_, const u_char *ep _U_,
2397 if ((showdata || (showsomedata && ep-cp < 30)) && cp < ep) {
2399 if (!rawprint(ndo, (caddr_t)(cp), ep - cp))
2404 } else if(showsomedata && cp < ep) {
2405 if(!ike_show_somedata(ndo, cp, ep)) goto trunc;
2417 u_int item_len _U_, const u_char *ep _U_,
2427 u_int item_len _U_, const u_char *ep _U_,
2461 u_int item_len _U_, const u_char *ep _U_,
2476 u_int item_len _U_, const u_char *ep _U_,
2542 u_int item_len _U_, const u_char *ep _U_,
2552 u_int item_len _U_, const u_char *ep _U_,
2561 u_char np, const struct isakmp_gen *ext, const u_char *ep,
2588 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2602 u_char np, const struct isakmp_gen *ext, const u_char *ep,
2623 cp = ike_sub0_print(ndo, np, ext, ep, phase, doi, proto, depth);
2655 const u_char *ep;
2661 ep = ndo->ndo_snapend;
2711 ikev1_sub_print(ndo, np, ext, ep, phase, 0, 0, 0);
2726 const struct isakmp_gen *ext, const u_char *ep,
2749 ep, phase, doi, proto, depth);
2752 ep, phase, doi, proto, depth);
2755 ep, phase, doi, proto, depth);
2762 ep, phase, doi, proto, depth);
2777 u_char np, const struct isakmp_gen *ext, const u_char *ep,
2801 ext, ep, phase, doi, proto, depth);
2825 const u_char *ep;
2830 ep = ndo->ndo_snapend;
2865 ikev2_sub_print(ndo, base, np, ext, ep, phase, 0, 0, 0);
2884 const u_char *ep;
2896 ep = ndo->ndo_snapend;
2898 if ((struct isakmp *)ep < p + 1) {