HomeSort by relevance Sort by last modified time
    Searched refs:client_ip (Results 1 - 8 of 8) sorted by null

  /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/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/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 62 /*OUT*/Addr* client_ip)
88 *client_ip = info->init_ip;
initimg-linux.c 75 /*OUT*/Addr* client_ip,
106 *client_ip = info->init_ip;
    [all...]

Completed in 160 milliseconds