HomeSort by relevance Sort by last modified time
    Searched defs:req_addr (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
ipcp.h 71 bool req_addr; /* Ask peer to send IP address? */ member in struct:ipcp_options
  /external/qemu/slirp/
bootp.c 74 uint32_t req_addr = ntohl(paddr->s_addr); local
78 if (req_addr >= (spec_addr | START_ADDR) &&
79 req_addr < (spec_addr | (NB_ADDR + START_ADDR))) {
80 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
168 dprintf(" req_addr=%08x\n", ntohl(preq_addr->s_addr));
  /external/qemu/slirp-android/
bootp.c 77 uint32_t req_addr = ip_geth(*paddr); local
81 if (req_addr >= (spec_addr | START_ADDR) &&
82 req_addr < (spec_addr | (NB_ADDR + START_ADDR))) {
83 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
173 dprintf(" req_addr=%08x\n", ntohl(*(uint32_t*)preq_addr));
  /external/dhcpcd/
if-options.h 94 struct in_addr req_addr; member in struct:if_options
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 63 u8 req_addr[ETH_ALEN]; member in struct:wpa_driver_test_global
1014 os_memcpy(drv->global->req_addr, bssid, ETH_ALEN);
    [all...]

Completed in 71 milliseconds