HomeSort by relevance Sort by last modified time
    Searched full:type2str (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
print-krb.c 74 static struct tok type2str[] = { variable in typeref:struct:tok
174 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type));
print-vrrp.c 70 static const struct tok type2str[] = { variable in typeref:struct:tok
96 type_s = tok2str(type2str, "unknown type (%u)", type);
print-atalk.c 46 static struct tok type2str[] = { variable in typeref:struct:tok
252 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length);
print-ospf6.c 74 static struct tok type2str[] = { variable in typeref:struct:tok
643 cp = tok2str(type2str, "type%d", op->ospf6_type);
print-icmp.c 238 static struct tok type2str[] = { variable in typeref:struct:tok
440 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
print-ospf.c 73 static struct tok type2str[] = { variable in typeref:struct:tok
    [all...]
print-nfs.c 148 static struct tok type2str[] = { variable in typeref:struct:tok
657 printf(" %s", tok2str(type2str, "unk-ft %d", type));
1113 tok2str(type2str, "unk-ft %d ",
    [all...]

Completed in 150 milliseconds