Lines Matching full:npfunc
681 static const u_char *(*npfunc[])(netdissect_options *ndo, u_char tpay,
749 #define NPFUNC(x) \
750 (((x) < sizeof(npfunc)/sizeof(npfunc[0]) && npfunc[(x)]) \
751 ? npfunc[(x)] : NULL)
2746 if (NPFUNC(np)) {
2751 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2912 } else if (NPFUNC(np)) {
2917 cp = (*npfunc[np])(ndo, np, ext, item_len,