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

Function mt_sendto

adapter/micro_thread/mt_api.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593int mt_sendto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout)
594{
595 return MtFrame::sendto(fd, msg, len, flags, to, tolen, timeout);
596}
597
598int mt_connect(int fd, const struct sockaddr *addr, int addrlen, int timeout)
599{

Callers

nothing calls this directly

Calls 1

sendtoFunction · 0.70

Tested by

no test coverage detected