OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notify_status_str
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-isakmp.c
1004
static const char *
notify_status_str
[] = {
local
1022
#define
NOTIFY_STATUS_STR
(x) \
1023
STR_OR_ID((u_int)((x) - 16384),
notify_status_str
)
1044
printf(" type=%s",
NOTIFY_STATUS_STR
(ntohs(n.type)));
1062
printf(" type=%s",
NOTIFY_STATUS_STR
(ntohs(n.type)));
[
all
...]
Completed in 124 milliseconds