Searched refs:type2str (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-vrrp.c | 87 static const struct tok type2str[] = { variable 115 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()
|
D | print-krb.c | 67 static const struct tok type2str[] = { variable 169 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type))); in krb4_print()
|
D | print-icmp.c | 232 static const struct tok type2str[] = { variable 437 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s", in icmp_print()
|
D | print-atalk.c | 42 static const struct tok type2str[] = { variable 243 ND_PRINT((ndo, " at-%s %d", tok2str(type2str, NULL, t), length)); in ddp_print()
|
D | print-ospf.c | 67 static const struct tok type2str[] = { variable 1062 cp = tok2str(type2str, "unknown LS-type", op->ospf_type); in ospf_print()
|
D | print-nfs.c | 170 static const struct tok type2str[] = { variable 687 ND_PRINT((ndo, " %s", tok2str(type2str, "unk-ft %d", type))); in nfsreq_print_noaddr() 1079 tok2str(type2str, "unk-ft %d ", in parsefattr()
|