Home
last modified time | relevance | path

Searched refs:recvfrom (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dsetup-os400.h143 #define recvfrom Curl_os400_recvfrom macro
H A Dtftp.c1107 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet()
/curl/packages/OS400/
H A Dos400sys.c920 return recvfrom(sd, buffer, buflen, flags, fromaddr, addrlen); in Curl_os400_recvfrom()
923 rcvlen = recvfrom(sd, buffer, buflen, flags, in Curl_os400_recvfrom()
/curl/tests/server/
H A Dtftpd.c542 (void) recvfrom(f, rbuf, sizeof(rbuf), 0, in synchnet()
775 n = (ssize_t)recvfrom(sock, &buf.storage[0], sizeof(buf.storage), 0, in main()
/curl/lib/vquic/
H A Dvquic.c563 while((nread = recvfrom(qctx->sockfd, (char *)buf, bufsize, 0, in recvfrom_packets()

Completed in 22 milliseconds