Searched refs:npfunc (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-isakmp.c | 681 static const u_char *(*npfunc[])(netdissect_options *ndo, u_char tpay, variable 750 (((x) < sizeof(npfunc)/sizeof(npfunc[0]) && npfunc[(x)]) \ 751 ? npfunc[(x)] : NULL) 2751 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth); in ike_sub0_print() 2917 cp = (*npfunc[np])(ndo, np, ext, item_len, in ikev2_sub0_print()
|