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

Method do_recvmsg

net/kernel_socket.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 return photon::net::recv(sockfd, buf, count, flags, timeout);
179 }
180 virtual ssize_t do_recvmsg(int sockfd, struct msghdr* message, int flags, Timeout timeout) {
181 return photon::net::recvmsg(sockfd, message, flags, timeout);
182 }
183
184 struct tmp_msg_hdr : public ::msghdr {
185 tmp_msg_hdr(const iovec* iov, int iovcnt) : ::msghdr{} {

Callers

nothing calls this directly

Calls 1

recvmsgFunction · 0.85

Tested by

no test coverage detected