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

Method do_recvmsg

net/kernel_socket.cpp:683–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681 }
682
683 ssize_t do_recvmsg(int sockfd, struct msghdr* message, int flags, Timeout timeout) override {
684 return fstack_recvmsg(sockfd, message, flags, timeout);
685 }
686
687 int setsockopt(int level, int option_name, const void* option_value, socklen_t option_len) override {
688 return fstack_setsockopt(fd, level, option_name, option_value, option_len);

Callers

nothing calls this directly

Calls 1

fstack_recvmsgFunction · 0.85

Tested by

no test coverage detected