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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-vrrp.c88 static const struct tok type2str[] = { variable in typeref:struct:tok
116 type_s = tok2str(type2str, "unknown type (%u)", type);
H A Dprint-krb.c68 static const struct tok type2str[] = { variable in typeref:struct:tok
170 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)));
H A Dprint-atalk.c41 static const struct tok type2str[] = { variable in typeref:struct:tok
274 ND_PRINT((ndo, " at-%s %d", tok2str(type2str, NULL, t), length));
H A Dprint-icmp.c233 static const struct tok type2str[] = { variable in typeref:struct:tok
438 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
H A Dprint-nfs.c169 static const struct tok type2str[] = { variable in typeref:struct:tok
675 ND_PRINT((ndo, " %s", tok2str(type2str, "unk-ft %d", type)));
1057 tok2str(type2str, "unk-ft %d ",
H A Dprint-ospf.c68 static const struct tok type2str[] = { variable in typeref:struct:tok
1130 cp = tok2str(type2str, "unknown LS-type", op->ospf_type);

Completed in 69 milliseconds