Searched refs:type2str (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/hcidump/parser/ |
D | hidp.c | 39 static char *type2str(uint8_t head) in type2str() function 168 printf("HIDP: %s: %s\n", type2str(hdr), param); in hidp_dump()
|
D | csr.c | 44 static char *type2str(uint16_t type) in type2str() function 343 type2str(type), length, seqno, varid, status); in bccmd_dump()
|
D | l2cap.c | 286 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/ |
D | print-vrrp.c | 70 static const struct tok type2str[] = { variable 96 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()
|
D | print-krb.c | 74 static struct tok type2str[] = { variable 174 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)); in krb4_print()
|
D | print-atalk.c | 46 static struct tok type2str[] = { variable 252 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length); in ddp_print()
|
D | print-icmp.c | 238 static struct tok type2str[] = { variable 440 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s", in icmp_print()
|
D | print-ospf6.c | 74 static struct tok type2str[] = { variable 643 cp = tok2str(type2str, "type%d", op->ospf6_type); in ospf6_print()
|
D | print-ospf.c | 73 static struct tok type2str[] = { variable 894 cp = tok2str(type2str, "unknown LS-type", op->ospf_type); in ospf_print()
|
D | print-nfs.c | 148 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/ |
D | bpasniff.c | 131 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/ |
D | hcitool.c | 66 static char *type2str(uint8_t type) in type2str() function 109 ci->out ? "<" : ">", type2str(ci->type), in conn_list()
|