Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dnc_bloaty.c125 unsigned long long wrote_net; /* total net bytes */ member
129 unsigned wrote_net; /* total net bytes */ member
150 #define wrote_net (G.wrote_net ) macro
211 fprintf(stderr, SENT_N_RECV_M, wrote_net, wrote_out); in catch()
548 obc = wrote_net; /* use the globals! */ in oprint()
711 wrote_net += rr; /* global count */ in readwrite()
920 fprintf(stderr, SENT_N_RECV_M, wrote_net, wrote_out); in nc_main()