MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / do_sendmsg

Method do_sendmsg

net/kernel_socket.cpp:675–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673 }
674
675 ssize_t do_sendmsg(int sockfd, const struct msghdr* message, int flags, Timeout timeout) override {
676 return fstack_sendmsg(sockfd, message, flags, timeout);
677 }
678
679 ssize_t do_recv(int sockfd, void* buf, size_t count, int flags, Timeout timeout) override {
680 return fstack_recv(sockfd, buf, count, flags, timeout);

Callers

nothing calls this directly

Calls 1

fstack_sendmsgFunction · 0.85

Tested by

no test coverage detected