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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c55 BIGSIZ = 8192, /* big buffers */ enumerator in enum:__anon11364
95 char bigbuf_in[BIGSIZ]; /* data buffers */
96 char bigbuf_net[BIGSIZ];
196 if (siz > BIGSIZ)
312 rr = recv_from_to(netfd, NULL, 0, MSG_PEEK, /*was bigbuf_net, BIGSIZ*/
570 rr = read(netfd, bigbuf_net, BIGSIZ);
592 rr = read(0, bigbuf_in, BIGSIZ);

Completed in 103 milliseconds