HomeSort by: relevance | last modified time | path
    Searched defs:type2str (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-vrrp.c 91 static const struct tok type2str[] = { variable in typeref:struct:tok
121 type_s = tok2str(type2str, "unknown type (%u)", type);
print-krb.c 87 static const struct tok type2str[] = { variable in typeref:struct:tok
177 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type));
print-atalk.c 43 static const struct tok type2str[] = { variable in typeref:struct:tok
288 ND_PRINT(" at-%s %u", tok2str(type2str, NULL, t), length);
print-ospf.c 72 static const struct tok type2str[] = { variable in typeref:struct:tok
1112 cp = tok2str(type2str, "unknown LS-type %u", GET_U_1(op->ospf_type));
print-nfs.c 171 static const struct tok type2str[] = { variable in typeref:struct:tok
733 ND_PRINT(" %s", tok2str(type2str, "unk-ft %u", type));
1156 tok2str(type2str, "unk-ft %u ",

Completed in 28 milliseconds