MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mt_recvfrom

Function mt_recvfrom

adapter/micro_thread/mt_api.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588int mt_recvfrom(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, int timeout)
589{
590 return MtFrame::recvfrom(fd, buf, len, flags, from, fromlen, timeout);
591}
592
593int mt_sendto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout)
594{

Callers

nothing calls this directly

Calls 1

recvfromFunction · 0.85

Tested by

no test coverage detected