Searched refs:sys_put_be64 (Results 1 – 2 of 2) sorted by relevance
285 static inline void sys_put_be64(u64_t val, u8_t dst[8]) in sys_put_be64() function
979 sys_put_be64(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_be64()1067 sys_put_be64(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_be64()
Completed in 6 milliseconds