HomeSort by relevance Sort by last modified time
    Searched refs:type2str (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/hcidump/parser/
hidp.c 39 static char *type2str(uint8_t head) function
168 printf("HIDP: %s: %s\n", type2str(hdr), param);
csr.c 44 static char *type2str(uint16_t type) function
343 type2str(type), length, seqno, varid, status);
l2cap.c 286 static char *type2str(uint8_t type) function
501 printf(" 0x%02x (%s)", *(h->val + 1), type2str(*(h->val + 1)));
  /external/tcpdump/
print-vrrp.c 70 static const struct tok type2str[] = { variable in typeref:struct:tok
96 type_s = tok2str(type2str, "unknown type (%u)", type);
print-krb.c 74 static struct tok type2str[] = { variable in typeref:struct:tok
174 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type));
print-atalk.c 46 static struct tok type2str[] = { variable in typeref:struct:tok
252 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length);
print-icmp.c 238 static struct tok type2str[] = { variable in typeref:struct:tok
440 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
print-ospf.c 73 static struct tok type2str[] = { variable in typeref:struct:tok
    [all...]
print-ospf6.c 74 static struct tok type2str[] = { variable in typeref:struct:tok
643 cp = tok2str(type2str, "type%d", op->ospf6_type);
print-nfs.c 148 static struct tok type2str[] = { variable in typeref:struct:tok
657 printf(" %s", tok2str(type2str, "unk-ft %d", type));
1113 tok2str(type2str, "unk-ft %d ",
    [all...]
  /external/bluetooth/hcidump/src/
bpasniff.c 131 static char *type2str(uint8_t type) function
220 printf(" %s\n", type2str(type));
242 type2str(type), addr, flow, arqn, seqn, hec, llid, pflow, plen);
  /external/bluetooth/bluez/tools/
hcitool.c 98 static char *type2str(uint8_t type) function
143 ci->out ? "<" : ">", type2str(ci->type),
    [all...]

Completed in 1263 milliseconds