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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-ppp.c64 static const struct tok ppptype2str[] = { variable in typeref:struct:tok
426 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
523 tok2str(ppptype2str,"unknown", EXTRACT_16BITS(tptr)),
651 ND_PRINT((ndo, ": %s", tok2str(ppptype2str, "Unknown Auth Proto (0x04x)", EXTRACT_16BITS(p + 2))));
1488 ND_PRINT((ndo, "%s ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", proto)));
1553 tok2str(ppptype2str, "unknown", proto),
1665 ND_PRINT((ndo, "%s: ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", proto)));
1756 ND_PRINT((ndo, "%s ", tok2str(ppptype2str,
1837 ND_PRINT((ndo, "%s ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", ptype)));

Completed in 34 milliseconds