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

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-vrrp.c70 static const struct tok type2str[] = { variable in typeref:struct:tok
96 type_s = tok2str(type2str, "unknown type (%u)", type);
H A Dprint-krb.c74 static struct tok type2str[] = { variable in typeref:struct:tok
174 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type));
H A Dprint-atalk.c48 static struct tok type2str[] = { variable in typeref:struct:tok
250 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length);
H A Dprint-icmp.c240 static struct tok type2str[] = { variable in typeref:struct:tok
443 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
H A Dprint-nfs.c150 static struct tok type2str[] = { variable in typeref:struct:tok
703 printf(" %s", tok2str(type2str, "unk-ft %d", type));
1162 tok2str(type2str, "unk-ft %d ",
H A Dprint-ospf.c73 static struct tok type2str[] = { variable in typeref:struct:tok
1075 cp = tok2str(type2str, "unknown LS-type", op->ospf_type);
/freebsd-10.3-release/usr.bin/make/
H A Dtarg.c337 static const struct flag2str type2str[] = { local
358 print_flags(stdout, type2str, type, 0);

Completed in 112 milliseconds