Searched refs:remote_port (Results 1 – 11 of 11) sorted by relevance
/external/qemu/slirp-android/ |
D | libslirp.h | 59 int slirp_should_net_forward(unsigned long remote_ip, int remote_port,
|
D | slirp.c | 1103 int slirp_should_net_forward(unsigned long remote_ip, int remote_port, in slirp_should_net_forward() argument 1111 if ((entry->dest_lport <= remote_port) in slirp_should_net_forward() 1112 && (remote_port <= entry->dest_hport)) { in slirp_should_net_forward()
|
/external/chromium/third_party/libevent/ |
D | evhttp.h | 209 u_short remote_port; member
|
D | http.c | 2584 req->remote_port = evcon->port; in evhttp_associate_new_request_with_connection()
|
/external/valgrind/main/coregrind/ |
D | pub_core_threadstate.h | 168 Addr remote_port; // destination for original message member
|
/external/openssh/ |
D | channels.c | 1320 int remote_port; in channel_post_x11_listener() local 1337 remote_port = get_peer_port(newsock); in channel_post_x11_listener() 1339 remote_ipaddr, remote_port); in channel_post_x11_listener() 1355 packet_put_int(remote_port); in channel_post_x11_listener() 1376 int remote_port = get_peer_port(c->sock); in port_open_helper() local 1378 if (remote_port == -1) { in port_open_helper() 1382 remote_port = 65535; in port_open_helper() 1391 remote_ipaddr, remote_port); in port_open_helper() 1413 packet_put_int((u_int)remote_port); in port_open_helper()
|
D | sshd.c | 1320 int remote_port; local 1907 if ((remote_port = get_remote_port()) < 0) { 1925 audit_connection_from(remote_ip, remote_port); 1947 verbose("Connection from %.500s port %d", remote_ip, remote_port); 2057 verbose("Closing connection to %.500s port %d", remote_ip, remote_port);
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 90 "udp:[<remote_host>]:<remote_port>[@[<src_ip>]:<src_port>]":
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 444 tst->os_state.remote_port = 0; in os_state_clear()
|
/external/qemu/ |
D | qemu-options.hx | 1146 @item udp:[@var{remote_host}]:@var{remote_port}[@@[@var{src_ip}]:@var{src_port}]
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 710 #define MACH_REMOTE VG_(get_ThreadState)(tid)->os_state.remote_port
|