Searched refs:bigbuf_net (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.c96 char bigbuf_net[BIGSIZ]; member in struct:globals
110 #define bigbuf_net (G.bigbuf_net) macro
263 /* Various things that follow temporarily trash bigbuf_net, which might contain
312 rr = recv_from_to(netfd, NULL, 0, MSG_PEEK, /*was bigbuf_net, BIGSIZ*/
376 bin2hex(bigbuf_net, optbuf, x);
377 bigbuf_net[2*x] = '\0';
378 fprintf(stderr, "IP options: %s\n", bigbuf_net);
570 rr = read(netfd, bigbuf_net, BIGSIZ);
580 np = bigbuf_net;
[all...]

Completed in 45 milliseconds