HomeSort by relevance Sort by last modified time
    Searched refs:client_ip (Results 1 - 3 of 3) 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 59 static ipaddr_t client_ip; variable
728 ip_equal( ip_read(ah->ar_sip), client_ip )) {
809 client_ip = iph->ip_dst;

Completed in 19 milliseconds