Lines Matching refs:uint64_t

314 void net_buf_simple_add_le40(struct net_buf_simple *buf, uint64_t val);
326 void net_buf_simple_add_be40(struct net_buf_simple *buf, uint64_t val);
338 void net_buf_simple_add_le48(struct net_buf_simple *buf, uint64_t val);
350 void net_buf_simple_add_be48(struct net_buf_simple *buf, uint64_t val);
362 void net_buf_simple_add_le64(struct net_buf_simple *buf, uint64_t val);
374 void net_buf_simple_add_be64(struct net_buf_simple *buf, uint64_t val);
482 uint64_t net_buf_simple_remove_le40(struct net_buf_simple *buf);
494 uint64_t net_buf_simple_remove_be40(struct net_buf_simple *buf);
506 uint64_t net_buf_simple_remove_le48(struct net_buf_simple *buf);
518 uint64_t net_buf_simple_remove_be48(struct net_buf_simple *buf);
530 uint64_t net_buf_simple_remove_le64(struct net_buf_simple *buf);
542 uint64_t net_buf_simple_remove_be64(struct net_buf_simple *buf);
657 void net_buf_simple_push_le40(struct net_buf_simple *buf, uint64_t val);
668 void net_buf_simple_push_be40(struct net_buf_simple *buf, uint64_t val);
679 void net_buf_simple_push_le48(struct net_buf_simple *buf, uint64_t val);
690 void net_buf_simple_push_be48(struct net_buf_simple *buf, uint64_t val);
701 void net_buf_simple_push_le64(struct net_buf_simple *buf, uint64_t val);
712 void net_buf_simple_push_be64(struct net_buf_simple *buf, uint64_t val);
834 uint64_t net_buf_simple_pull_le40(struct net_buf_simple *buf);
846 uint64_t net_buf_simple_pull_be40(struct net_buf_simple *buf);
858 uint64_t net_buf_simple_pull_le48(struct net_buf_simple *buf);
870 uint64_t net_buf_simple_pull_be48(struct net_buf_simple *buf);
882 uint64_t net_buf_simple_pull_le64(struct net_buf_simple *buf);
894 uint64_t net_buf_simple_pull_be64(struct net_buf_simple *buf);
1755 static inline void net_buf_add_le40(struct net_buf *buf, uint64_t val) in net_buf_add_le40()
1770 static inline void net_buf_add_be40(struct net_buf *buf, uint64_t val) in net_buf_add_be40()
1785 static inline void net_buf_add_le48(struct net_buf *buf, uint64_t val) in net_buf_add_le48()
1800 static inline void net_buf_add_be48(struct net_buf *buf, uint64_t val) in net_buf_add_be48()
1815 static inline void net_buf_add_le64(struct net_buf *buf, uint64_t val) in net_buf_add_le64()
1830 static inline void net_buf_add_be64(struct net_buf *buf, uint64_t val) in net_buf_add_be64()
1965 static inline uint64_t net_buf_remove_le40(struct net_buf *buf) in net_buf_remove_le40()
1980 static inline uint64_t net_buf_remove_be40(struct net_buf *buf) in net_buf_remove_be40()
1995 static inline uint64_t net_buf_remove_le48(struct net_buf *buf) in net_buf_remove_le48()
2010 static inline uint64_t net_buf_remove_be48(struct net_buf *buf) in net_buf_remove_be48()
2025 static inline uint64_t net_buf_remove_le64(struct net_buf *buf) in net_buf_remove_le64()
2040 static inline uint64_t net_buf_remove_be64(struct net_buf *buf) in net_buf_remove_be64()
2185 static inline void net_buf_push_le40(struct net_buf *buf, uint64_t val) in net_buf_push_le40()
2199 static inline void net_buf_push_be40(struct net_buf *buf, uint64_t val) in net_buf_push_be40()
2213 static inline void net_buf_push_le48(struct net_buf *buf, uint64_t val) in net_buf_push_le48()
2227 static inline void net_buf_push_be48(struct net_buf *buf, uint64_t val) in net_buf_push_be48()
2241 static inline void net_buf_push_le64(struct net_buf *buf, uint64_t val) in net_buf_push_le64()
2255 static inline void net_buf_push_be64(struct net_buf *buf, uint64_t val) in net_buf_push_be64()
2407 static inline uint64_t net_buf_pull_le40(struct net_buf *buf) in net_buf_pull_le40()
2422 static inline uint64_t net_buf_pull_be40(struct net_buf *buf) in net_buf_pull_be40()
2437 static inline uint64_t net_buf_pull_le48(struct net_buf *buf) in net_buf_pull_le48()
2452 static inline uint64_t net_buf_pull_be48(struct net_buf *buf) in net_buf_pull_be48()
2467 static inline uint64_t net_buf_pull_le64(struct net_buf *buf) in net_buf_pull_le64()
2482 static inline uint64_t net_buf_pull_be64(struct net_buf *buf) in net_buf_pull_be64()