Searched defs:loc_sndavoid (Results 1 - 2 of 2) sorted by relevance

/external/netperf/
H A Dnettest_xti.c99 loc_sndavoid, /* avoid send copies locally */
382 if (loc_sndavoid) {
386 loc_sndavoid = 0;
612 if (loc_sndavoid ||
1342 loc_sndavoid = xti_tcp_stream_request->so_sndavoid;
1476 xti_tcp_stream_response->so_sndavoid = loc_sndavoid;
1821 if (loc_sndavoid ||
2542 if (loc_sndavoid ||
3175 loc_sndavoid = xti_udp_stream_request->so_sndavoid;
3273 xti_udp_stream_response->so_sndavoid = loc_sndavoid;
98 loc_sndavoid, /* avoid send copies locally */ variable
[all...]
H A Dnettest_bsd.c193 loc_sndavoid, /* avoid send copies locally */
931 if (loc_sndavoid) {
935 (const char *)&loc_sndavoid,
940 loc_sndavoid = 0;
945 loc_sndavoid = 0;
1202 if ((loc_sndavoid > 0) ||
4324 loc_sndavoid = tcp_stream_request->so_sndavoid;
4441 tcp_stream_response->so_sndavoid = loc_sndavoid;
4658 loc_sndavoid = tcp_maerts_request->so_sndavoid;
4776 tcp_maerts_response->so_sndavoid = loc_sndavoid;
192 loc_sndavoid, /* avoid send copies locally */ variable
[all...]

Completed in 37 milliseconds