Searched refs:type2str (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-vrrp.c | 86 static const struct tok type2str[] = { variable 116 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()
|
H A D | print-krb.c | 82 static const struct tok type2str[] = { variable 172 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)); in krb4_print()
|
H A D | print-atalk.c | 38 static const struct tok type2str[] = { variable 283 ND_PRINT(" at-%s %u", tok2str(type2str, NULL, t), length); in ddp_print()
|
H A D | print-ospf.c | 67 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 D | print-nfs.c | 166 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()
|