Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c329 zassert_equal(u32, net_buf_simple_remove_le32(&buf), in ZTEST()
/Zephyr-latest/include/zephyr/
Dnet_buf.h458 uint32_t net_buf_simple_remove_le32(struct net_buf_simple *buf);
1937 return net_buf_simple_remove_le32(&buf->b); in net_buf_remove_le32()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c241 uint32_t net_buf_simple_remove_le32(struct net_buf_simple *buf) in net_buf_simple_remove_le32() function