Searched refs:recv_from_to (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dudp_io.c100 * before calling recv_from_to(). */
102 recv_from_to(int fd, void *buf, size_t len, int flags, function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c248 else /* udp: needed for recv_from_to to work: */
289 /* In case recv_from_to won't be able to recover local addr.
290 * Also sets port - recv_from_to is unable to do it. */
292 conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c312 rr = recv_from_to(netfd, NULL, 0, MSG_PEEK, /*was bigbuf_net, BIGSIZ*/
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h383 ssize_t recv_from_to(int fd, void *buf, size_t len, int flags,

Completed in 44 milliseconds