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
115
static const u_char *(*
npfunc
[])(const struct isakmp_gen *, u_int,
variable
148
#define
NPFUNC
(x) \
149
(((x) < sizeof(
npfunc
)/sizeof(
npfunc
[0]) &&
npfunc
[(x)]) \
150
?
npfunc
[(x)] : NULL)
1202
if (
NPFUNC
(np)) {
1207
cp = (*
npfunc
[np])(ext, item_len, ep, phase, doi, proto, depth);
[
all
...]
Completed in 208 milliseconds