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

  /external/qemu/slirp/
bootp.c 71 static BOOTPClient *request_addr(const struct in_addr *paddr, function
190 bc = request_addr(preq_addr, client_ethaddr);
205 bc = request_addr(preq_addr, client_ethaddr);
  /external/qemu/slirp-android/
bootp.c 74 static BOOTPClient *request_addr(const ipaddr_t *paddr, function
195 bc = request_addr(preq_addr, client_ethaddr);
210 bc = request_addr(preq_addr, client_ethaddr);
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 133 void* request_addr = local
136 return VirtualAllocEx(process, request_addr, size,
    [all...]

Completed in 137 milliseconds