HomeSort by relevance Sort by last modified time
    Searched defs:client_ip (Results 1 - 4 of 4) 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

Completed in 385 milliseconds