Searched refs:ns_type2str (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-lwres.c | 187 extern const struct tok ns_type2str[]; 399 ND_PRINT(" %s", tok2str(ns_type2str, "Type%u", in lwres_print() 504 ND_PRINT(" %s", tok2str(ns_type2str, "Type%u", in lwres_print()
|
H A D | print-domain.c | 475 extern const struct tok ns_type2str[]; 478 const struct tok ns_type2str[] = { variable 650 ND_PRINT(" %s", tok2str(ns_type2str, "Type%u", i)); in ns_qprint() 727 ND_PRINT(" %s", tok2str(ns_type2str, "Type%u", typ)); in ns_rprint()
|