Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/net/
Dbuf_simple.c251 struct uint48 { in net_buf_simple_remove_le48() struct
257 val = UNALIGNED_GET((struct uint48 *)ptr); in net_buf_simple_remove_le48()
264 struct uint48 { in net_buf_simple_remove_be48() struct
270 val = UNALIGNED_GET((struct uint48 *)ptr); in net_buf_simple_remove_be48()
493 struct uint48 { in net_buf_simple_pull_le48() struct
497 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_le48()
505 struct uint48 { in net_buf_simple_pull_be48() struct
509 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_be48()