Home
last modified time | relevance | path

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

/Zephyr-4.2.1/modules/openthread/platform/
Dudp.c245 uint8_t control_buf[NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo)) + in otPlatUdpSend()
246 NET_CMSG_SPACE(sizeof(int))] = {0}; in otPlatUdpSend()
301 control_len += NET_CMSG_SPACE(sizeof(int)); in otPlatUdpSend()
317 control_len += NET_CMSG_SPACE(sizeof(pktinfo)); in otPlatUdpSend()
425 uint8_t control[NET_CMSG_SPACE(sizeof(int)) + in udp_receive_handler()
426 NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo))] = {0}; in udp_receive_handler()
/Zephyr-4.2.1/include/zephyr/net/
Dnet_compat.h118 #define CMSG_SPACE(len) NET_CMSG_SPACE(len)
Dnet_ip.h323 #if !defined(NET_CMSG_SPACE)
328 #define NET_CMSG_SPACE(length) (NET_ALIGN_D(sizeof(struct net_cmsghdr)) + NET_ALIGN_H(length)) macro
/Zephyr-4.2.1/subsys/net/lib/ptp/
Dtransport.c304 uint8_t ctrl[NET_CMSG_SPACE(sizeof(struct net_ptp_time))] = {0}; in ptp_transport_recv()
/Zephyr-4.2.1/tests/net/socket/udp/src/
Dmain.c436 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
541 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
599 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
660 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
1039 unsigned char buf[NET_CMSG_SPACE(sizeof(uint64_t))]; in ZTEST_USER()
1387 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
1725 unsigned char buf[NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo))]; in run_ancillary_recvmsg_test()
2361 unsigned char buf[NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo))]; in ZTEST_USER()
3271 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in run_ancillary_recvmsg_hoplimit_test()