Searched defs:client_ip (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.h68 std::string client_ip() const { return client_ip_; } function in class:net::SMConnection
/external/chromium_org/net/tools/quic/
H A Dquic_client.cc323 IPAddressNumber* client_ip) {
326 client_ip, server_address);
335 IPAddressNumber client_ip; local
337 int bytes_read = ReadPacket(buf, arraysize(buf), &server_address, &client_ip);
345 IPEndPoint client_address(client_ip, client_address_.port());
320 ReadPacket(char* buffer, int buffer_len, IPEndPoint* server_address, IPAddressNumber* client_ip) argument
/external/qemu/slirp/
H A Dtftp.c32 struct in_addr client_ip; member in struct:tftp_session
73 memcpy(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip));
90 if (!memcmp(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip))) {
160 daddr.sin_addr = spt->client_ip;
200 daddr.sin_addr = spt->client_ip;
246 daddr.sin_addr = spt->client_ip;
/external/qemu/slirp-android/
H A Dtftp.c32 uint32_t client_ip; member in struct:tftp_session
73 spt->client_ip = ip_geth(tp->ip.ip_src);
90 if (spt->client_ip == ip_geth(tp->ip.ip_src)) {
162 spt->client_ip,
203 spt->client_ip,
249 spt->client_ip,
H A Dslirp.c65 static ipaddr_t client_ip; variable
736 ip_equal( ip_read(ah->ar_sip), client_ip )) {
817 client_ip = iph->ip_dst;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c63 /*OUT*/Addr* client_ip)
89 *client_ip = info->init_ip;
62 load_client( ExeInfo* info, Addr* client_ip) argument
H A Dinitimg-linux.c71 /*OUT*/Addr* client_ip,
102 *client_ip = info->init_ip;
70 load_client( ExeInfo* info, Addr* client_ip, Addr* client_toc) argument
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc67 : client_ip(in_client_ip),
74 const IPEndPoint client_ip; member in struct:net::ClientHelloInfo
456 IPEndPoint client_ip,
463 client_hello, client_ip, now);
921 info->client_ip,
1024 info.client_ip,
454 ValidateClientHello( const CryptoHandshakeMessage& client_hello, IPEndPoint client_ip, const QuicClock* clock, ValidateClientHelloResultCallback* done_cb) const argument

Completed in 186 milliseconds