Home
last modified time | relevance | path

Searched defs:msghdr (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/net/socket/socketpair/src/
Dhappy_path.c23 struct msghdr msghdr; in happy_path() local
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h257 struct msghdr { struct
268 struct cmsghdr { argument
295 #define CMSG_FIRSTHDR(msghdr) \ argument
305 #define CMSG_NXTHDR(msghdr, cmsg) \ argument
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c294 struct msghdr msghdr = {0}; in ptp_transport_recv() local
/Zephyr-latest/subsys/net/ip/
Dnet_context.c2040 int buf_len, const struct msghdr *msghdr) in context_write_data()
2187 static void set_pkt_txtime(struct net_pkt *pkt, const struct msghdr *msghdr) in set_pkt_txtime()
2212 const struct msghdr *msghdr = NULL; in context_sendto() local
2687 const struct msghdr *msghdr, in net_context_sendmsg()