Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c249 zassert_equal(u16, net_buf_simple_remove_le16(&buf), in ZTEST()
/Zephyr-latest/include/zephyr/
Dnet_buf.h410 uint16_t net_buf_simple_remove_le16(struct net_buf_simple *buf);
1877 return net_buf_simple_remove_le16(&buf->b); in net_buf_remove_le16()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c193 uint16_t net_buf_simple_remove_le16(struct net_buf_simple *buf) in net_buf_simple_remove_le16() function