Home | History | Annotate | Download | only in tcpdump

Lines Matching full:npfunc

683 static const u_char *(*npfunc[])(netdissect_options *ndo, u_char tpay,
751 #define NPFUNC(x) \
752 (((x) < sizeof(npfunc)/sizeof(npfunc[0]) && npfunc[(x)]) \
753 ? npfunc[(x)] : NULL)
2583 if (NPFUNC(np)) {
2588 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2756 } else if (NPFUNC(np)) {
2761 cp = (*npfunc[np])(ndo, np, /*pcount,*/ ext, item_len,