Searched refs:type2str (Results 1 - 7 of 7) sorted by last modified time

/external/tcpdump/
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-nfs.c148 static struct tok type2str[] = { variable in typeref:struct:tok
657 printf(" %s", tok2str(type2str, "unk-ft %d", type));
1113 tok2str(type2str, "unk-ft %d ",
H A Dprint-ospf.c73 static struct tok type2str[] = { variable in typeref:struct:tok
894 cp = tok2str(type2str, "unknown LS-type", op->ospf_type);
H A Dprint-ospf6.c74 static struct tok type2str[] = { variable in typeref:struct:tok
643 cp = tok2str(type2str, "type%d", op->ospf6_type);
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-icmp.c238 static struct tok type2str[] = { variable in typeref:struct:tok
440 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
H A Dprint-atalk.c46 static struct tok type2str[] = { variable in typeref:struct:tok
252 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length);

Completed in 83 milliseconds