Lines Matching refs:np

82 	uint8_t np;		/* Next Payload Type */
135 uint8_t np; /* Next Payload */
634 u_char np, const struct isakmp_gen *ext,
665 /* isakmp->np */
680 /* isakmp->np */
742 #define CHECKLEN(p, np) \
744 ND_PRINT((ndo," [|%s]", NPSTR(np))); \
1019 const u_char *cp, *np;
1049 np = (const u_char *)ext + sizeof(sa);
1054 np += sizeof(ident);
1057 ext = (const struct isakmp_gen *)np;
1994 u_char np;
2027 for (np = ISAKMP_NPTYPE_T; np != 0; np = e.np) {
2054 if (np == ISAKMP_NPTYPE_T) {
2061 ND_PRINT((ndo, "%s", NPSTR(np)));
2094 u_char np;
2113 for (np = ISAKMP_NPTYPE_P; np != 0; np = e.np) {
2140 if (np == ISAKMP_NPTYPE_P) {
2141 cp = ikev2_p_print(ndo, np, pcount, ext, item_len,
2148 ND_PRINT((ndo, "%s", NPSTR(np)));
2688 ikev2_sub_print(ndo, base, e.np, ext, ndo->ndo_snapend,
2725 u_char np, const struct isakmp_gen *ext, const u_char *ep,
2747 if (NPFUNC(np)) {
2752 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2754 ND_PRINT((ndo,"%s", NPSTR(np)));
2766 u_char np, const struct isakmp_gen *ext, const u_char *ep,
2775 while (np) {
2786 cp = ike_sub0_print(ndo, np, ext, ep, phase, doi, proto, depth);
2795 np = e.np;
2800 ND_PRINT((ndo," [|%s]", NPSTR(np)));
2819 u_char np;
2867 ND_PRINT((ndo," [encrypted %s]", NPSTR(base->np)));
2871 CHECKLEN(p + 1, base->np);
2872 np = base->np;
2874 ikev1_sub_print(ndo, np, ext, ep, phase, 0, 0, 0);
2888 u_char np,
2910 if (np == ISAKMP_NPTYPE_v2E) {
2911 cp = ikev2_e_print(ndo, base, np, ext, item_len,
2913 } else if (NPFUNC(np)) {
2918 cp = (*npfunc[np])(ndo, np, ext, item_len,
2921 ND_PRINT((ndo,"%s", NPSTR(np)));
2934 u_char np, const struct isakmp_gen *ext, const u_char *ep,
2942 while (np) {
2953 cp = ikev2_sub0_print(ndo, base, np,
2963 np = e.np;
2968 ND_PRINT((ndo," [|%s]", NPSTR(np)));
2979 u_char np;
3010 ND_PRINT((ndo, " [encrypted %s]", NPSTR(base->np)));
3014 CHECKLEN(p + 1, base->np)
3016 np = base->np;
3018 ikev2_sub_print(ndo, base, np, ext, ep, phase, 0, 0, 0);