Searched refs:net_buf_simple_pull_le48 (Results 1 – 5 of 5) sorted by relevance
148 zassert_equal(u48, net_buf_simple_pull_le48(&buf), in ZTEST()
758 uint64_t net_buf_simple_pull_le48(struct net_buf_simple *buf);2198 return net_buf_simple_pull_le48(&buf->b); in net_buf_pull_le48()
491 uint64_t net_buf_simple_pull_le48(struct net_buf_simple *buf) in net_buf_simple_pull_le48() function
864 uint64_t obj_id = net_buf_simple_pull_le48(&net_buf); in read_obj_id_cb()1594 rec->metadata.id = net_buf_simple_pull_le48(buf); in decode_record()
3311 ids->ids[ids->cnt++].id = net_buf_simple_pull_le48(&tmp_buf); in decode_group()