Home
last modified time | relevance | path

Searched refs:net_buf_simple_remove_le64 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c447 zassert_equal(u64, net_buf_simple_remove_le64(&buf), in ZTEST()
/Zephyr-latest/include/zephyr/
Dnet_buf.h530 uint64_t net_buf_simple_remove_le64(struct net_buf_simple *buf);
2027 return net_buf_simple_remove_le64(&buf->b); in net_buf_remove_le64()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c315 uint64_t net_buf_simple_remove_le64(struct net_buf_simple *buf) in net_buf_simple_remove_le64() function