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

/macosx-10.10/tcpdump-61/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.c46 static struct tok type2str[] = { variable in typeref:struct:tok
248 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length);
H A Dprint-icmp.c238 static struct tok type2str[] = { variable in typeref:struct:tok
441 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
H A Dprint-nfs.c148 static struct tok type2str[] = { variable in typeref:struct:tok
701 printf(" %s", tok2str(type2str, "unk-ft %d", type));
1160 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);

Completed in 194 milliseconds