Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-vrrp.c86 static const struct tok type2str[] = { variable
116 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()
H A Dprint-krb.c82 static const struct tok type2str[] = { variable
172 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)); in krb4_print()
H A Dprint-atalk.c38 static const struct tok type2str[] = { variable
283 ND_PRINT(" at-%s %u", tok2str(type2str, NULL, t), length); in ddp_print()
H A Dprint-ospf.c67 static const struct tok type2str[] = { variable
1107 cp = tok2str(type2str, "unknown LS-type %u", GET_U_1(op->ospf_type)); in ospf_print()
H A Dprint-nfs.c166 static const struct tok type2str[] = { variable
725 ND_PRINT(" %s", tok2str(type2str, "unk-ft %u", type)); in nfsreq_noaddr_print()
1145 tok2str(type2str, "unk-ft %u ", in parsefattr()