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

/external/tcpdump/
H A Dppp.h71 extern struct tok ppptype2str[];
H A Dprint-ppp.c68 struct tok ppptype2str[] = { variable in typeref:struct:tok
434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
531 tok2str(ppptype2str,"unknown", EXTRACT_16BITS(tptr)),
647 printf("%s", tok2str(ppptype2str,"Unknown Auth Proto (0x04x)",EXTRACT_16BITS(p+2)));
1389 printf("%s ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", proto));
1453 tok2str(ppptype2str, "unknown", proto),
1563 printf("%s: ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", proto));
1654 printf("%s ", tok2str(ppptype2str,
1741 printf("%s ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", ptype));

Completed in 34 milliseconds