Searched refs:ns_type2str (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-lwres.c | 184 extern const struct tok ns_type2str[]; 419 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", in lwres_print() 538 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", in lwres_print()
|
D | print-domain.c | 247 const struct tok ns_type2str[] = { variable 336 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", i))); in ns_qprint() 413 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", typ))); in ns_rprint()
|