Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_sctp.c400 struct addrinfo *remote_res; in send_sctp_stream() local
423 complete_addrinfos(&remote_res, in send_sctp_stream()
431 print_top_test_header("SCTP STREAM TEST", local_res, remote_res); in send_sctp_stream()
551 sctp_stream_request->ipfamily = af_to_nf(remote_res->ai_family); in send_sctp_stream()
585 set_port_number(remote_res, (short)sctp_stream_response->data_port_number); in send_sctp_stream()
603 remote_res->ai_addr, in send_sctp_stream()
604 remote_res->ai_addrlen) == INVALID_SOCKET) { in send_sctp_stream()
1531 struct addrinfo *remote_res; in send_sctp_stream_1toMany() local
1549 complete_addrinfos(&remote_res, in send_sctp_stream_1toMany()
1557 print_top_test_header("SCTP 1-TO-MANY STREAM TEST",local_res,remote_res); in send_sctp_stream_1toMany()
[all …]
Dnettest_bsd.c1778 struct addrinfo *remote_res; in send_tcp_stream() local
1803 complete_addrinfos(&remote_res, in send_tcp_stream()
1811 print_top_test_header("TCP STREAM TEST",local_res,remote_res); in send_tcp_stream()
1929 tcp_stream_request->ipfamily = af_to_nf(remote_res->ai_family); in send_tcp_stream()
1961 set_port_number(remote_res, in send_tcp_stream()
1985 remote_res->ai_addr, in send_tcp_stream()
1986 remote_res->ai_addrlen) == INVALID_SOCKET){ in send_tcp_stream()
2498 struct addrinfo *remote_res; in send_tcp_maerts() local
2522 complete_addrinfos(&remote_res, in send_tcp_maerts()
2530 print_top_test_header("TCP MAERTS TEST",local_res,remote_res); in send_tcp_maerts()
[all …]
Dnettest_sdp.c238 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 …]
Dnettest_omni.c913 pick_next_port_number(struct addrinfo *local_res, struct addrinfo *remote_res) { in pick_next_port_number() argument
949 if (myport == get_port_number(remote_res)) myport++; in pick_next_port_number()
2811 connect_data_socket(SOCKET send_socket, struct addrinfo *remote_res, int dont_give_up) in connect_data_socket() argument
2817 remote_res->ai_addr, in connect_data_socket()
2818 remote_res->ai_addrlen)) == INVALID_SOCKET) { in connect_data_socket()
3725 struct addrinfo *remote_res; in send_omni_inner() local
3755 complete_addrinfos(&remote_res, in send_omni_inner()
3763 print_top_test_header(header_str,local_res,remote_res); in send_omni_inner()
3771 pick_next_port_number(local_res,remote_res); in send_omni_inner()
3826 random_ip_address(remote_res, remote_mask_len); in send_omni_inner()
[all …]
Dnetlib.c3240 struct addrinfo *remote_res; in establish_control_internal() local
3244 remote_res = resolve_host(hostname, port, remfam); in establish_control_internal()
3245 if (!remote_res) in establish_control_internal()
3267 remote_res_temp = remote_res; in establish_control_internal()
3364 freeaddrinfo(remote_res); in establish_control_internal()