Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dnet_buf.h2213 static inline void net_buf_push_le48(struct net_buf *buf, uint64_t val) in net_buf_push_le48() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c763 net_buf_push_le48(buf, u64); in ZTEST()