Home
last modified time | relevance | path

Searched refs:distributed_net_sendmsg (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/distributed_net/
Ddistributed_net_core.h74 ssize_t distributed_net_sendmsg(int sock, const struct msghdr *hdr, int flags);
/third_party/lwip/src/core/distributed_net/
Ddistributed_net_core.c146 ssize_t distributed_net_sendmsg(int sock, const struct msghdr *hdr, int flags) in distributed_net_sendmsg() function
/third_party/lwip/src/api/
Dsockets.c1475 return distributed_net_sendmsg(s, msg, flags); in lwip_sendmsg()