Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:my_recv

368 static int my_recv(TCPSocket *sock, void *const buf, const int len, mDNSBool * closed)
390 if (selectval < 0) { LogErr("my_recv", "select"); return -1; }
393 Log("my_recv - timeout");
430 nread = my_recv( sock, &msglen, sizeof( msglen ), closed );
470 nread = my_recv(sock, &pkt->msg, msglen, closed );