OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npstr
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-isakmp.c
109
static const char *
npstr
[] = {
variable
145
#define
NPSTR
(x) STR_OR_ID(x,
npstr
)
430
printf("%s:",
NPSTR
(ISAKMP_NPTYPE_SA));
474
printf(" [|%s]",
NPSTR
(ISAKMP_NPTYPE_SA));
487
printf("%s:",
NPSTR
(ISAKMP_NPTYPE_P));
508
printf(" [|%s]",
NPSTR
(ISAKMP_NPTYPE_P));
581
printf("%s:",
NPSTR
(ISAKMP_NPTYPE_T));
632
printf(" [|%s]",
NPSTR
(ISAKMP_NPTYPE_T));
643
printf("%s:",
NPSTR
(ISAKMP_NPTYPE_KE))
[
all
...]
Completed in 38 milliseconds