Searched refs:recvfrom (Results 1 – 5 of 5) sorted by relevance
/curl/lib/ |
H A D | setup-os400.h | 143 #define recvfrom Curl_os400_recvfrom macro
|
H A D | tftp.c | 1107 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet()
|
/curl/packages/OS400/ |
H A D | os400sys.c | 920 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 D | tftpd.c | 542 (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 D | vquic.c | 563 while((nread = recvfrom(qctx->sockfd, (char *)buf, bufsize, 0, in recvfrom_packets()
|
Completed in 26 milliseconds