Home
last modified time | relevance | path

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

/Zephyr-4.2.1/include/zephyr/net/
Dnet_ip.h277 #if !defined(NET_ALIGN_H)
278 #define NET_ALIGN_H(x) ROUND_UP(x, __alignof__(struct net_cmsghdr)) macro
304 (((uint8_t *)(cmsg) + NET_ALIGN_H((cmsg)->cmsg_len) + \
309 NET_ALIGN_H((cmsg)->cmsg_len))))
328 #define NET_CMSG_SPACE(length) (NET_ALIGN_D(sizeof(struct net_cmsghdr)) + NET_ALIGN_H(length))
Dnet_compat.h115 #define ALIGN_H(x) NET_ALIGN_H(x)