Searched refs:htobl (Results 1 – 8 of 8) sorted by relevance
100 #define htobl(d) (d) macro105 #define htobl(d) bswap_32(d) macro
277 *(uint32_t *) buf = htobl(seq); in send_mode()
509 *(uint32_t *) buf = htobl(seq); in do_send()
758 *(uint32_t *) buf = htobl(seq); in do_send()
201 bt_put_unaligned(htobl(src), (uint32_t *) dst); in att_put_u32()
320 dh->ts_sec = htobl(frm.ts.tv_sec); in process_frames()321 dh->ts_usec = htobl(frm.ts.tv_usec); in process_frames()
515 dr.dev_opt = htobl(htobs(mpkt) | (htobs(mtu) << 16)); in cmd_aclmtu()535 dr.dev_opt = htobl(htobs(mpkt) | (htobs(mtu) << 16)); in cmd_scomtu()
2843 uint32_t class = htobl(main_opts.class); in btd_adapter_start()