Searched refs:npfunc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-isakmp.c161 static const u_char *(*npfunc[])(netdissect_options *ndo, u_char tpay, variable
230 (((x) < sizeof(npfunc)/sizeof(npfunc[0]) && npfunc[(x)]) \
231 ? npfunc[(x)] : NULL)
2145 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2331 cp = (*npfunc[np])(ndo, np, /*pcount,*/ ext, item_len,

Completed in 214 milliseconds