Searched refs:remote_host (Results 1 - 14 of 14) sorted by relevance

/external/netperf/
H A Dnettest_unix.h190 extern void send_stream_stream(char remote_host[]);
191 extern void send_stream_rr(char remote_host[]);
192 extern void send_dg_stream(char remote_host[]);
193 extern void send_dg_rr(char remote_host[]);
H A Dnettest_xti.h234 extern void send_xti_tcp_stream(char remote_host[]);
238 extern void send_xti_tcp_rr(char remote_host[]);
240 extern void send_xti_udp_stream(char remote_host[]);
244 extern void send_xti_udp_rr(char remote_host[]);
250 extern void send_xti_tcp_conn_rr(char remote_host[]);
H A Dnettest_dlpi.h203 extern int send_dlpi_co_rr(char remote_host[]);
205 extern void send_dlpi_cl_stream(char remote_host[]);
209 extern int send_dlpi_cl_rr(char remote_host[]);
H A Dnettest_bsd.h420 char remote_host[],
435 extern void send_tcp_stream(char remote_host[]);
436 extern void send_tcp_maerts(char remote_host[]);
437 extern void send_tcp_rr(char remote_host[]);
438 extern void send_tcp_conn_rr(char remote_host[]);
439 extern void send_tcp_cc(char remote_host[]);
440 extern void send_udp_stream(char remote_host[]);
441 extern void send_udp_rr(char remote_host[]);
467 extern void send_tcp_nbrr(char remote_host[]);
H A Dnettest_xti.c461 send_xti_tcp_stream(char remote_host[])
572 if ((addr = inet_addr(remote_host)) == SOCKET_ERROR) {
574 if ((hp = gethostbyname(remote_host)) == NULL) {
578 remote_host);
583 /* it was a valid remote_host */
602 fprintf(where," to %s", remote_host);
1685 send_xti_tcp_rr(char remote_host[])
1785 if ((addr = inet_addr(remote_host)) == SOCKET_ERROR) {
1787 if ((hp = gethostbyname(remote_host)) == NULL) {
1791 remote_host);
457 send_xti_tcp_stream(char remote_host[]) argument
1679 send_xti_tcp_rr(char remote_host[]) argument
2406 send_xti_udp_stream(char remote_host[]) argument
3396 send_xti_udp_rr(char remote_host[]) argument
4960 send_xti_tcp_conn_rr(char remote_host[]) argument
[all...]
H A Dnettest_bsd.c722 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, char remote_host[], int type, int protocol, int flags) {
724 *remote = complete_addrinfo(remote_host,
1254 send_tcp_stream(char remote_host[])
1352 remote_host,
1951 send_tcp_maerts(char remote_host[])
2047 remote_host,
2660 send_exs_tcp_stream(char remote_host[])
2766 remote_host,
3429 sendfile_tcp_stream(remote_host)
3430 char remote_host[];
718 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, char remote_host[], int type, int protocol, int flags) argument
1247 send_tcp_stream(char remote_host[]) argument
1943 send_tcp_maerts(char remote_host[]) argument
2651 send_exs_tcp_stream(char remote_host[]) argument
4914 send_tcp_rr(char remote_host[]) argument
5698 send_udp_stream(char remote_host[]) argument
6599 send_udp_rr(char remote_host[]) argument
7970 send_tcp_conn_rr(char remote_host[]) argument
9049 send_tcp_tran_rr(char remote_host[]) argument
10119 send_tcp_nbrr(char remote_host[]) argument
11152 send_tcp_cc(char remote_host[]) argument
[all...]
H A Dnettest_sctp.c330 send_sctp_stream(remote_host)
331 char remote_host[];
441 remote_host,
1468 send_sctp_stream_1toMany(remote_host)
1469 char remote_host[];
1574 remote_host,
2586 send_sctp_rr(remote_host)
2587 char remote_host[];
2681 remote_host,
3641 send_sctp_rr_1toMany(remote_host)
[all...]
H A Dnettest_sdp.c169 send_sdp_stream(char remote_host[])
267 remote_host,
869 send_sdp_maerts(char remote_host[])
965 remote_host,
2263 send_sdp_rr(char remote_host[])
2376 remote_host,
167 send_sdp_stream(char remote_host[]) argument
866 send_sdp_maerts(char remote_host[]) argument
2258 send_sdp_rr(char remote_host[]) argument
H A Dnettest_unix.c203 send_stream_stream(char remote_host[])
1035 send_stream_rr(char remote_host[])
1522 send_dg_stream(char remote_host[])
2185 send_dg_rr(char remote_host[])
199 send_stream_stream(char remote_host[]) argument
1029 send_stream_rr(char remote_host[]) argument
1515 send_dg_stream(char remote_host[]) argument
2176 send_dg_rr(char remote_host[]) argument
H A Dnettest_dlpi.c999 int send_dlpi_co_rr(char remote_host[])
1583 send_dlpi_cl_stream(char remote_host[])
2354 int send_dlpi_cl_rr(char remote_host[])
995 send_dlpi_co_rr(char remote_host[]) argument
1578 send_dlpi_cl_stream(char remote_host[]) argument
2347 send_dlpi_cl_rr(char remote_host[]) argument
/external/chromium/third_party/libevent/
H A Devhttp.h208 char *remote_host; member in struct:evhttp_request
H A Dhttp.c1280 __func__, method, req, req->remote_host));
1292 __func__, version, req, req->remote_host));
1654 __func__, req->remote_host, fd));
2486 if (req->remote_host != NULL)
2487 free(req->remote_host);
2582 if ((req->remote_host = strdup(evcon->address)) == NULL)
/external/openssh/
H A Dauth-options.c251 const char *remote_host = get_canonical_hostname( local
277 switch (match_host_and_ip(remote_host, remote_ip,
294 pw->pw_name, remote_host, remote_ip);
297 remote_host);
H A Dchannels.c3497 char *remote_host; local
3504 remote_host = packet_get_string(NULL);
3506 remote_host = xstrdup("unknown (remote did not supply name)");
3516 remote_host, 1);
3520 xfree(remote_host);

Completed in 172 milliseconds