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