Lines Matching full:npfunc
115 static const u_char *(*npfunc[])(const struct isakmp_gen *, u_int,148 #define NPFUNC(x) \149 (((x) < sizeof(npfunc)/sizeof(npfunc[0]) && npfunc[(x)]) \150 ? npfunc[(x)] : NULL)1202 if (NPFUNC(np)) {1207 cp = (*npfunc[np])(ext, item_len, ep, phase, doi, proto, depth);