Home
last modified time | relevance | path

Searched refs:net_buf_remove_le64 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/
Dnet_buf.h2025 static inline uint64_t net_buf_remove_le64(struct net_buf *buf) in net_buf_remove_le64() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c777 u64 = net_buf_remove_le64(buf); in ZTEST()