Home
last modified time | relevance | path

Searched refs:msghdr (Results 1 – 12 of 12) sorted by relevance

/components/net/sal/include/
A Dsal_low_lvl.h49 struct msghdr;
78 int (*sendmsg) (int s, const struct msghdr *message, int flags);
79 int (*recvmsg) (int s, struct msghdr *message, int flags);
A Dsal_socket.h242 struct msghdr struct
294 static inline struct cmsghdr *cmsg_nxthdr(struct msghdr *_msg, struct cmsghdr *_cmsg) in cmsg_nxthdr()
342 int sal_sendmsg(int socket, const struct msghdr *message, int flags);
343 int sal_recvmsg(int socket, struct msghdr *message, int flags);
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c251 static void test_sockets_msgapi_update_iovs(struct msghdr *msg, size_t bytes) in test_sockets_msgapi_update_iovs()
288 struct msghdr smsg; in test_sockets_msgapi_tcp()
292 struct msghdr rmsg; in test_sockets_msgapi_tcp()
444 static void test_sockets_msgapi_udp_send_recv_loop(int s, struct msghdr *smsg, struct msghdr *rmsg) in test_sockets_msgapi_udp_send_recv_loop()
479 struct msghdr rmsg; in test_sockets_msgapi_udp()
482 struct msghdr smsg; in test_sockets_msgapi_udp()
554 struct msghdr msg; in test_sockets_msgapi_cmsg()
/components/net/sal/include/socket/sys_socket/sys/
A Dsocket.h38 int recvmsg(int s, struct msghdr *message, int flags);
39 int sendmsg(int s, const struct msghdr *message, int flags);
/components/net/sal/impl/
A Daf_inet_lwip.c304 .sendmsg = (int (*)(int, const struct msghdr *, int))lwip_sendmsg,
305 .recvmsg = (int (*)(int, struct msghdr *, int))lwip_recvmsg,
/components/net/sal/socket/
A Dnet_sockets.c441 int sendmsg(int s, const struct msghdr *message, int flags) in sendmsg()
481 int recvmsg(int s, struct msghdr *message, int flags) in recvmsg()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h127 struct msghdr { struct
608 ssize_t lwip_recvmsg(int s, struct msghdr *message, int flags);
610 ssize_t lwip_sendmsg(int s, const struct msghdr *message, int flags);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h152 struct msghdr { struct
500 int lwip_sendmsg(int s, const struct msghdr *message, int flags);
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c1110 lwip_recvfrom_udp_raw(struct lwip_sock *sock, int flags, struct msghdr *msg, u16_t *datagram_len, i… in lwip_recvfrom_udp_raw()
1243 struct msghdr msg; in lwip_recvfrom()
1282 struct msghdr msg; in lwip_readv()
1303 lwip_recvmsg(int s, struct msghdr *message, int flags) in lwip_recvmsg()
1444 lwip_sendmsg(int s, const struct msghdr *msg, int flags) in lwip_sendmsg()
1776 struct msghdr msg; in lwip_writev()
/components/lwp/
A Dlwp_syscall.c5607 static int copy_msghdr_from_user(struct msghdr *kmsg, struct msghdr *umsg, in copy_msghdr_from_user()
5721 sysret_t sys_recvmsg(int socket, struct msghdr *msg, int flags) in sys_recvmsg()
5724 struct msghdr kmsg; in sys_recvmsg()
5970 sysret_t sys_sendmsg(int socket, const struct msghdr *msg, int flags) in sys_sendmsg()
5973 struct msghdr kmsg; in sys_sendmsg()
5986 ret = copy_msghdr_from_user(&kmsg, (struct msghdr *)msg, &uiov, &msg_control); in sys_sendmsg()
/components/net/sal/src/
A Dsal_socket.c895 int sal_sendmsg(int socket, const struct msghdr *message, int flags) in sal_sendmsg()
928 int sal_recvmsg(int socket, struct msghdr *message, int flags) in sal_recvmsg()
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c990 lwip_sendmsg(int s, const struct msghdr *msg, int flags) in lwip_sendmsg()
1302 struct msghdr msg; in lwip_writev()

Completed in 74 milliseconds