OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npfunc
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-isakmp.c
681
static const u_char *(*
npfunc
[])(netdissect_options *ndo, u_char tpay,
variable
749
#define
NPFUNC
(x) \
750
(((x) < sizeof(
npfunc
)/sizeof(
npfunc
[0]) &&
npfunc
[(x)]) \
751
?
npfunc
[(x)] : NULL)
[
all
...]
Completed in 716 milliseconds