Home
last modified time | relevance | path

Searched refs:get_u32 (Results 1 – 10 of 10) sorted by relevance

/external/bluez/hcidump/parser/
Dbpa.c44 #define BPA_U32(frm) (btohl(htonl(get_u32(frm))))
57 time = get_u32(frm); in bpa_dump()
Dhcrp.c104 credits = get_u32(frm); in hcrp_dump()
110 credits = get_u32(frm); in hcrp_dump()
Dbnep.c117 uuid = get_u32(frm); in bnep_control()
121 uuid = get_u32(frm); in bnep_control()
128 uuid = get_u32(frm); in bnep_control()
134 uuid = get_u32(frm); in bnep_control()
Dsdp.c259 *n = get_u32(frm); break; in parse_de_hdr()
299 val = get_u32(frm); in print_int()
333 uuid = get_u32(frm); in print_uuid()
497 attr_id_range = get_u32(frm); in print_attr_id_list()
729 printf(" 0x%x", get_u32(frm)); in sdp_dump()
740 printf("handle 0x%x\n", get_u32(frm)); in sdp_dump()
Davdtp.c483 time = get_u32(frm); in avdtp_dump()
484 ssrc = get_u32(frm); in avdtp_dump()
Dobex.c224 hv32 = get_u32(frm); in parse_headers()
Dppp.c39 #define PPP_U32(frm) (btohl(htonl(get_u32(frm))))
Dparser.h174 static inline uint32_t get_u32(struct frame *frm) in get_u32() function
Dcapi.c44 #define CAPI_U32(frm) (btohl(htonl(get_u32(frm))))
Dlmp.c41 #define LMP_U32(frm) (btohl(htonl(get_u32(frm))))