Home
last modified time | relevance | path

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

/components/net/sal/include/socket/sys_socket/sys/
A Dsocket.h39 int sendmsg(int s, const struct msghdr *message, int flags);
62 #define sendmsg(s, message, flags) sal_sendmsg(s, message, flags)
/components/net/sal/socket/
A Dnet_sockets.c441 int sendmsg(int s, const struct msghdr *message, int flags) in sendmsg() function
447 RTM_EXPORT(sendmsg);
/components/net/sal/include/
A Dsal_low_lvl.h78 int (*sendmsg) (int s, const struct msghdr *message, int flags); member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h467 #define lwip_sendmsg sendmsg
540 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
/components/net/sal/impl/
A Daf_inet_lwip.c304 .sendmsg = (int (*)(int, const struct msghdr *, int))lwip_sendmsg,
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h565 #define lwip_sendmsg sendmsg
659 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
/components/drivers/include/drivers/
A Ddev_can.h517 rt_ssize_t (*sendmsg)(struct rt_can_device *can, const void *buf, rt_uint32_t boxno); member
/components/net/sal/src/
A Dsal_socket.c906 SAL_NETDEV_SOCKETOPS_VALID(sock->netdev, pf, sendmsg); in sal_sendmsg()
921 return pf->skt_ops->sendmsg((int)(size_t)sock->user_data, message, flags); in sal_sendmsg()
924 return pf->skt_ops->sendmsg((int)(size_t)sock->user_data, message, flags); in sal_sendmsg()
/components/drivers/can/
A Ddev_can.c158 if (can->ops->sendmsg(can, data, no) != RT_EOK) in _can_int_tx()
244 if (can->ops->sendmsg(can, data, no) != RT_EOK) in _can_int_tx_priv()
/components/net/lwip/lwip-2.0.3/
A DUPGRADING46 * Added an implementation for posix sendmsg()
/components/net/lwip/lwip-2.1.2/
A DUPGRADING81 * Added an implementation for posix sendmsg()
/components/lwp/
A Dlwp_syscall.c6002 ret = sendmsg(socket, &kmsg, flgs); in sys_sendmsg()
6010 ret = sendmsg(socket, &kmsg, flgs); in sys_sendmsg()

Completed in 37 milliseconds