/external/tcpdump/ |
print-eigrp.c | 247 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode), 259 tok2str(eigrp_opcode_values, "unknown, type: %u",eigrp_com_header->opcode), 262 tok2str(eigrp_common_header_flag_values, 288 tok2str(eigrp_tlv_values, 376 tok2str(eigrp_ext_proto_id_values,"unknown",tlv_ptr.eigrp_tlv_ip_ext->proto_id), 439 tok2str(eigrp_ext_proto_id_values,"unknown",tlv_ptr.eigrp_tlv_at_ext->proto_id),
|
print-chdlc.c | 73 tok2str(chdlc_cast_values, "0x%02x", p[0]), 74 tok2str(ethertype_values, "Unknown", proto),
|
print-krb.c | 174 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)); 214 printf(" %s ", tok2str(kerr2str, NULL, KTOHSP(kp, cp)));
|
print-slow.c | 153 tok2str(slow_proto_values, "unknown (%u)",slow_com_header->proto_subtype), 171 tok2str(slow_tlv_values,
|
print-ntp.c | 94 tok2str(ntp_mode_values, "Unknown mode", mode), 101 tok2str(ntp_mode_values, "Unknown mode", mode)); 105 tok2str(ntp_leapind_values, "Unknown", leapind),
|
print-olsr.c | 264 tok2str(olsr_msg_values, "Unknown", msg_type), 302 tok2str(olsr_link_type_values, "Unknown", link_type), 303 tok2str(olsr_neighbor_type_values, "Unknown", neighbor_type),
|
print-lwres.c | 323 s = tok2str(opcode, "#0x%x", v); 424 printf(" %s", tok2str(ns_type2str, "Type%d", 427 printf(" %s", tok2str(ns_class2str, "Class%d", 543 printf(" %s", tok2str(ns_type2str, "Type%d", 546 printf(" %s", tok2str(ns_class2str, "Class%d",
|
print-icmp.c | 430 fmt = tok2str(unreach2str, "#%d %%s unreachable", 440 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s", 557 str = tok2str(icmp2str, "type-#%d", dp->icmp_type); 639 tok2str(icmp_mpls_ext_obj_values,"unknown",obj_class_num),
|
print-igrp.c | 97 tok2str(op2str, "op-#%d", IGRP_OP(hdr->ig_vop)),
|
print-l2tp.c | 274 printf("%s", tok2str(l2tp_msgtype2str, "MSGTYPE-#%u", 374 printf("%s", tok2str(l2tp_authentype2str, 443 printf("%s", tok2str(l2tp_cc_direction2str, 503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type));
|
print-lane.c | 112 tok2str(lecop2str, "opcode-#%u", EXTRACT_16BITS(&lec->lec_opcode)));
|
print-sunrpc.c | 113 printf(" %s", tok2str(proc2str, " proc #%u",
|
print-gre.c | 197 tok2str(ethertype_values,"unknown",prot), 290 tok2str(ethertype_values,"unknown",prot),
|
print-radius.c | 519 tok2str(smi_values,"Unknown",vendor_id), 914 tok2str(radius_command_values,"Unknown Command",rad->code), 923 tok2str(radius_command_values,"Unknown Command",rad->code), [all...] |
print-arcnet.c | 75 arctypename = tok2str(arctypemap, "%02x", ap->arc_type);
|
print-domain.c | 333 printf(" %s", tok2str(ns_type2str, "Type%d", i)); 342 printf(" %s", tok2str(ns_class2str, "(Class %d)", class)); 384 printf(" %s", tok2str(ns_class2str, "(Class %d)", class)); 403 printf(" %s", tok2str(ns_type2str, "Type%d", typ));
|
print-ip6.c | 98 tok2str(ipproto_values,"unknown",ip6->ip6_nxt),
|
print-pim.c | 433 tok2str(pimv2_type_values,"Unknown Type",PIM_TYPE(pim->pim_typever)), 440 tok2str(pimv2_type_values,"Unknown Type",PIM_TYPE(pim->pim_typever))); 658 tok2str( pimv2_hello_option_values,"Unknown",otype), 754 tok2str(pimv2_register_flag_values,
|
print-rip.c | 204 tok2str(rip_cmd_values,
|
netdissect.h | 77 /* tok2str is deprecated */ 78 extern const char *tok2str(const struct tok *, const char *, int); 224 extern const char *tok2str(const struct tok *, const char *, int);
|
print-atalk.c | 252 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length); 626 return (tok2str(skt2str, "%d", skt));
|
print-ip.c | 213 tok2str(ip_option_values,"unknown %u",option_code)); 649 tok2str(ipproto_values,"unknown",ipds->ip->ip_p),
|
print-cdp.c | 124 tok2str(cdp_tlv_values,"unknown field type", type),
|
print-icmp6.c | 266 printf("ICMP6, %s", tok2str(icmp6_type_values,"unknown icmp6 type (%u)",dp->icmp6_type)); 282 printf(", %s", tok2str(icmp6_dst_unreach_code_values,"unknown unreach code (%u)",dp->icmp6_code)); 628 tok2str(icmp6_opt_values, "unknown", op->nd_opt_type), 769 printf(" %s", tok2str(mldv2report2str, " [v2-report-#%d]", [all...] |
print-igmp.c | 177 (void)printf(" %s", tok2str(igmpv3report2str, " [v3-report-#%d]",
|