Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/posix/headers/src/
Dsys_socket_h.c54 CMSG_DATA(&cmsg); in ZTEST()
/Zephyr-Core-3.4.0/tests/net/socket/udp/src/
Dmain.c452 *(int *)CMSG_DATA(cmsg) = 42; in ZTEST_USER()
556 *(int *)CMSG_DATA(cmsg) = 42; in ZTEST_USER()
617 *(int *)CMSG_DATA(cmsg) = 42; in ZTEST_USER()
677 *(int *)CMSG_DATA(cmsg) = 42; in ZTEST_USER()
1069 *(uint64_t *)CMSG_DATA(cmsg) = txtime; in ZTEST_USER()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dnet_ip.h283 #if !defined(CMSG_DATA)
284 #define CMSG_DATA(cmsg) ((uint8_t *)(cmsg) + ALIGN_D(sizeof(struct cmsghdr))) macro
/Zephyr-Core-3.4.0/samples/net/sockets/txtime/src/
Dmain.c192 *(uint64_t *)CMSG_DATA(cmsg) = txtime + delay; in tx()
/Zephyr-Core-3.4.0/subsys/net/ip/
Dnet_context.c1460 uint64_t txtime = *(uint64_t *)CMSG_DATA(cmsg); in set_pkt_txtime()