Searched refs:remote_res (Results 1 – 4 of 4) sorted by relevance
/external/netperf/ |
D | nettest_sctp.c | 409 struct addrinfo *remote_res; local 434 complete_addrinfos(&remote_res, 442 print_top_test_header("SCTP STREAM TEST", local_res, remote_res); 562 sctp_stream_request->ipfamily = af_to_nf(remote_res->ai_family); 596 set_port_number(remote_res, (short)sctp_stream_response->data_port_number); 614 remote_res->ai_addr, 615 remote_res->ai_addrlen) == INVALID_SOCKET) { 1545 struct addrinfo *remote_res; local 1565 complete_addrinfos(&remote_res, 1573 print_top_test_header("SCTP 1-TO-MANY STREAM TEST",local_res,remote_res); [all …]
|
D | nettest_bsd.c | 1318 struct addrinfo *remote_res; in send_tcp_stream() local 1343 complete_addrinfos(&remote_res, in send_tcp_stream() 1351 print_top_test_header("TCP STREAM TEST",local_res,remote_res); in send_tcp_stream() 1469 tcp_stream_request->ipfamily = af_to_nf(remote_res->ai_family); in send_tcp_stream() 1501 set_port_number(remote_res, in send_tcp_stream() 1525 remote_res->ai_addr, in send_tcp_stream() 1526 remote_res->ai_addrlen) == INVALID_SOCKET){ in send_tcp_stream() 2013 struct addrinfo *remote_res; in send_tcp_maerts() local 2037 complete_addrinfos(&remote_res, in send_tcp_maerts() 2045 print_top_test_header("TCP MAERTS TEST",local_res,remote_res); in send_tcp_maerts() [all …]
|
D | nettest_sdp.c | 238 struct addrinfo *remote_res; in send_sdp_stream() local 263 complete_addrinfos(&remote_res, in send_sdp_stream() 271 print_top_test_header("SDP STREAM TEST",local_res,remote_res); in send_sdp_stream() 392 sdp_stream_request->ipfamily = af_to_nf(remote_res->ai_family); in send_sdp_stream() 424 set_port_number(remote_res, in send_sdp_stream() 448 remote_res->ai_addr, in send_sdp_stream() 449 remote_res->ai_addrlen) == INVALID_SOCKET){ in send_sdp_stream() 936 struct addrinfo *remote_res; in send_sdp_maerts() local 960 complete_addrinfos(&remote_res, in send_sdp_maerts() 968 print_top_test_header("SDP MAERTS TEST",local_res,remote_res); in send_sdp_maerts() [all …]
|
D | netlib.c | 2639 struct addrinfo *remote_res; in establish_control_internal() local 2668 &remote_res); in establish_control_internal() 2691 dump_addrinfo(where, remote_res, hostname, port, remfam); in establish_control_internal() 2737 remote_res_temp = remote_res; in establish_control_internal() 2830 freeaddrinfo(remote_res); in establish_control_internal()
|