Home
last modified time | relevance | path

Searched refs:type2str (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/hcidump/parser/
Dhidp.c39 static char *type2str(uint8_t head) in type2str() function
168 printf("HIDP: %s: %s\n", type2str(hdr), param); in hidp_dump()
Dcsr.c44 static char *type2str(uint16_t type) in type2str() function
343 type2str(type), length, seqno, varid, status); in bccmd_dump()
Dl2cap.c286 static char *type2str(uint8_t type) in type2str() function
474 printf(" 0x%02x (%s)", *(h->val + 1), type2str(*(h->val + 1))); in conf_opt()
/external/tcpdump/
Dprint-vrrp.c70 static const struct tok type2str[] = { variable
96 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()
Dprint-krb.c74 static struct tok type2str[] = { variable
174 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)); in krb4_print()
Dprint-atalk.c46 static struct tok type2str[] = { variable
252 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length); in ddp_print()
Dprint-icmp.c238 static struct tok type2str[] = { variable
440 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s", in icmp_print()
Dprint-ospf6.c74 static struct tok type2str[] = { variable
643 cp = tok2str(type2str, "type%d", op->ospf6_type); in ospf6_print()
Dprint-ospf.c73 static struct tok type2str[] = { variable
894 cp = tok2str(type2str, "unknown LS-type", op->ospf_type); in ospf_print()
Dprint-nfs.c148 static struct tok type2str[] = { variable
657 printf(" %s", tok2str(type2str, "unk-ft %d", type)); in nfsreq_print()
1113 tok2str(type2str, "unk-ft %d ", in parsefattr()
/external/bluetooth/hcidump/src/
Dbpasniff.c131 static char *type2str(uint8_t type) in type2str() function
220 printf(" %s\n", type2str(type)); in decode()
242 type2str(type), addr, flow, arqn, seqn, hec, llid, pflow, plen); in decode()
/external/bluetooth/bluez/tools/
Dhcitool.c66 static char *type2str(uint8_t type) in type2str() function
109 ci->out ? "<" : ">", type2str(ci->type), in conn_list()