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.cc336 IPAddressNumber* client_ip) {
339 client_ip, server_address);
348 IPAddressNumber client_ip; local
350 int bytes_read = ReadPacket(buf, arraysize(buf), &server_address, &client_ip);
358 IPEndPoint client_address(client_ip, client_address_.port());
333 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.cc68 : client_ip(in_client_ip),
75 const IPEndPoint client_ip; member in struct:net::ClientHelloInfo
486 IPEndPoint client_ip,
493 client_hello, client_ip, now);
950 *requested_config.get(), srct, info->client_ip, info->now);
1040 const IPEndPoint& client_ip,
1051 client_ip,
1091 info.client_ip,
484 ValidateClientHello( const CryptoHandshakeMessage& client_hello, IPEndPoint client_ip, const QuicClock* clock, ValidateClientHelloResultCallback* done_cb) const argument
1039 BuildServerConfigUpdateMessage( const IPEndPoint& client_ip, const QuicClock* clock, QuicRandom* rand, const QuicCryptoNegotiatedParameters& params, const CachedNetworkParameters* cached_network_params, CryptoHandshakeMessage* out) const argument

Completed in 526 milliseconds