Lines Matching refs:np
108 /* isakmp->np */
114 /* isakmp->np */
427 const u_char *cp, *np;
458 np = (u_char *)ext + sizeof(sa);
463 np += sizeof(ident);
466 ext = (struct isakmp_gen *)np;
1181 isakmp_sub0_print(u_char np, const struct isakmp_gen *ext, const u_char *ep,
1202 if (NPFUNC(np)) {
1207 cp = (*npfunc[np])(ext, item_len, ep, phase, doi, proto, depth);
1209 printf("%s", NPSTR(np));
1220 isakmp_sub_print(u_char np, const struct isakmp_gen *ext, const u_char *ep,
1229 while (np) {
1241 cp = isakmp_sub0_print(np, ext, ep, phase, doi, proto, depth);
1250 np = e.np;
1255 printf(" [|%s]", NPSTR(np));
1286 u_char np;
1357 #define CHECKLEN(p, np) \
1359 printf(" [|%s]", NPSTR(np)); \
1371 printf(" [encrypted %s]", NPSTR(base.np));
1376 CHECKLEN(p + 1, base.np)
1378 np = base.np;
1380 isakmp_sub_print(np, ext, ep, phase, 0, 0, 0);