Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c292 uint8_t ctrl[CMSG_SPACE(sizeof(struct net_ptp_time))] = {0}; in ptp_transport_recv()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h326 #if !defined(CMSG_SPACE)
331 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + ALIGN_H(length)) macro
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c433 unsigned char buf[CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
538 unsigned char buf[CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
596 unsigned char buf[CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
657 unsigned char buf[CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
1065 unsigned char buf[CMSG_SPACE(sizeof(uint64_t))]; in ZTEST_USER()
1410 unsigned char buf[CMSG_SPACE(sizeof(int))]; in ZTEST_USER()
1742 unsigned char buf[CMSG_SPACE(sizeof(struct in6_pktinfo))]; in run_ancillary_recvmsg_test()
2390 unsigned char buf[CMSG_SPACE(sizeof(struct in6_pktinfo))]; in ZTEST_USER()
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c162 unsigned char buf[CMSG_SPACE(sizeof(uint64_t))]; in tx()