Home
last modified time | relevance | path

Searched defs:cmsg (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsys_socket_h.c22 struct cmsghdr cmsg = {0}; in ZTEST() local
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c429 struct cmsghdr *cmsg; in ZTEST_USER() local
534 struct cmsghdr *cmsg; in ZTEST_USER() local
592 struct cmsghdr *cmsg; in ZTEST_USER() local
653 struct cmsghdr *cmsg; in ZTEST_USER() local
1061 struct cmsghdr *cmsg; in ZTEST_USER() local
1406 struct cmsghdr *cmsg; in ZTEST_USER() local
1739 struct cmsghdr *cmsg, *prevcmsg; in run_ancillary_recvmsg_test() local
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c293 struct cmsghdr *cmsg; in ptp_transport_recv() local
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c158 struct cmsghdr *cmsg; in tx() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c932 struct cmsghdr *cmsg; in insert_pktinfo() local
1041 struct cmsghdr *cmsg; in update_msg_controllen() local
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h305 #define CMSG_NXTHDR(msghdr, cmsg) \ argument
323 #define CMSG_DATA(cmsg) ((uint8_t *)(cmsg) + ALIGN_D(sizeof(struct cmsghdr))) argument
/Zephyr-latest/subsys/net/ip/
Dnet_context.c2189 struct cmsghdr *cmsg; in set_pkt_txtime() local