OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns_type2str
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-lwres.c
183
extern const struct tok
ns_type2str
[];
420
ND_PRINT((ndo, " %s", tok2str(
ns_type2str
, "Type%d",
539
ND_PRINT((ndo, " %s", tok2str(
ns_type2str
, "Type%d",
print-domain.c
245
const struct tok
ns_type2str
[] = {
variable in typeref:struct:tok
334
ND_PRINT((ndo, " %s", tok2str(
ns_type2str
, "Type%d", i)));
411
ND_PRINT((ndo, " %s", tok2str(
ns_type2str
, "Type%d", typ)));
Completed in 3341 milliseconds