Home
last modified time | relevance | path

Searched refs:type2str (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dprint-vrrp.c88 static const struct tok type2str[] = { variable
116 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()
Dprint-krb.c68 static const struct tok type2str[] = { variable
170 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type))); in krb4_print()
Dprint-icmp.c233 static const struct tok type2str[] = { variable
438 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s", in icmp_print()
Dprint-atalk.c41 static const struct tok type2str[] = { variable
274 ND_PRINT((ndo, " at-%s %d", tok2str(type2str, NULL, t), length)); in ddp_print()
Dprint-nfs.c169 static const struct tok type2str[] = { variable
677 ND_PRINT((ndo, " %s", tok2str(type2str, "unk-ft %d", type))); in nfsreq_print_noaddr()
1055 tok2str(type2str, "unk-ft %d ", in parsefattr()
Dprint-ospf.c68 static const struct tok type2str[] = { variable
1130 cp = tok2str(type2str, "unknown LS-type", op->ospf_type); in ospf_print()