Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:cp

427 	const u_char *cp, *np;
469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
472 return cp;
485 const u_char *cp;
503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
506 return cp;
575 const u_char *cp;
619 cp = (u_char *)(p + 1);
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);
630 return cp;
979 const u_char *cp;
1073 cp = (u_char *)(p + 1) + n.spi_size;
1076 if (cp < ep) {
1083 while (cp < ep && cp < ep2) {
1084 cp = isakmp_attrmap_print(cp,
1091 (*(u_int32_t *)cp) ? "en" : "dis");
1095 (struct isakmp_gen *)cp, ep, phase, doi, proto,
1101 isakmp_print(gndo, cp,
1184 const u_char *cp;
1188 cp = (u_char *)ext;
1207 cp = (*npfunc[np])(ext, item_len, ep, phase, doi, proto, depth);
1210 cp += item_len;
1213 return cp;
1223 const u_char *cp;
1227 cp = (const u_char *)ext;
1241 cp = isakmp_sub0_print(np, ext, ep, phase, doi, proto, depth);
1245 if (cp == NULL) {
1251 ext = (struct isakmp_gen *)cp;
1253 return cp;