Home
last modified time | relevance | path

Searched refs:client_ip (Results 1 – 8 of 8) sorted by relevance

/external/qemu/slirp/
Dtftp.c32 struct in_addr client_ip; member
73 memcpy(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip)); in tftp_session_allocate()
90 if (!memcmp(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip))) { in tftp_session_find()
160 daddr.sin_addr = spt->client_ip; in tftp_send_oack()
200 daddr.sin_addr = spt->client_ip; in tftp_send_error()
246 daddr.sin_addr = spt->client_ip; in tftp_send_data()
/external/qemu/slirp-android/
Dtftp.c32 uint32_t client_ip; member
73 spt->client_ip = ip_geth(tp->ip.ip_src); in tftp_session_allocate()
90 if (spt->client_ip == ip_geth(tp->ip.ip_src)) { in tftp_session_find()
162 spt->client_ip, in tftp_send_oack()
204 spt->client_ip, in tftp_send_error()
252 spt->client_ip, in tftp_send_data()
Dslirp.c65 static ipaddr_t client_ip; variable
736 ip_equal( ip_read(ah->ar_sip), client_ip )) { in arp_input()
817 client_ip = iph->ip_dst; in if_encap()
/external/chromium/net/tools/flip_server/
Dsm_connection.h68 std::string client_ip() const { return client_ip_; } in client_ip() function
Dstreamer_interface.cc176 connection_->client_ip()); in ProcessHeaders()
Dspdy_interface.cc211 connection_->client_ip() + "\r\n"; in SpdyHandleNewStream()
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-darwin.c63 /*OUT*/Addr* client_ip) in load_client() argument
89 *client_ip = info->init_ip; in load_client()
Dinitimg-linux.c71 /*OUT*/Addr* client_ip, in load_client() argument
102 *client_ip = info->init_ip; in load_client()