/external/qemu/slirp/ |
tftp.c | 32 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/ |
tftp.c | 32 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, 204 spt->client_ip, 252 spt->client_ip,
|
slirp.c | 65 static ipaddr_t client_ip; variable 736 ip_equal( ip_read(ah->ar_sip), client_ip )) { 817 client_ip = iph->ip_dst; [all...] |
/external/chromium_org/net/tools/quic/ |
quic_client.cc | 258 IPAddressNumber client_ip; local 262 &client_ip, &server_address); 282 IPEndPoint client_address(client_ip, client_address_.port());
|
/external/chromium/net/tools/flip_server/ |
sm_connection.h | 68 std::string client_ip() const { return client_ip_; } function in class:net::SMConnection
|
streamer_interface.cc | 176 connection_->client_ip());
|
spdy_interface.cc | 211 connection_->client_ip() + "\r\n";
|
/external/chromium_org/net/tools/flip_server/ |
sm_connection.h | 66 std::string client_ip() const { return client_ip_; } function in class:net::SMConnection
|
streamer_interface.cc | 178 connection_->client_ip());
|
spdy_interface.cc | 181 connection_->client_ip() + "\r\n";
|
/external/chromium_org/net/quic/crypto/ |
crypto_server_config.cc | 286 : client_ip(in_client_ip), 293 const IPEndPoint client_ip; member in struct:net::ClientHelloInfo 309 const IPEndPoint& client_ip, 349 ClientHelloInfo info(client_ip, now); 512 NewSourceAddressToken(client_ip, rand, info.now)); 614 ValidateSourceAddressToken(srct, info->client_ip, info->now)) { 676 NewSourceAddressToken(info.client_ip, rand, info.now)); [all...] |
crypto_server_config.h | 122 // client_ip: the IP address of the client, which is used to generate and 134 const IPEndPoint& client_ip,
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-darwin.c | 63 /*OUT*/Addr* client_ip) 89 *client_ip = info->init_ip;
|
initimg-linux.c | 71 /*OUT*/Addr* client_ip, 102 *client_ip = info->init_ip; [all...] |