Searched refs:ppptype2str (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-ppp.c | 68 static const struct tok ppptype2str[] = { variable 434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto); in handle_ctrl_proto() 531 tok2str(ppptype2str,"unknown", EXTRACT_16BITS(tptr)), in handle_ctrl_proto() 647 … printf("%s", tok2str(ppptype2str,"Unknown Auth Proto (0x04x)",EXTRACT_16BITS(p+2))); in print_lcp_config_options() 1389 printf("%s ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", proto)); in handle_ppp() 1453 tok2str(ppptype2str, "unknown", proto), in ppp_print() 1563 printf("%s: ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", proto)); in ppp_hdlc_if_print() 1654 printf("%s ", tok2str(ppptype2str, in ppp_bsdos_if_print() 1741 printf("%s ", tok2str(ppptype2str, "unknown PPP protocol (0x%04x)", ptype)); in ppp_bsdos_if_print()
|