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

  /external/qemu/slirp/
bootp.c 39 static BOOTPClient bootp_clients[NB_ADDR]; variable
59 bc = &bootp_clients[i];
65 bc = &bootp_clients[i];
80 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
95 if (!memcmp(macaddr, bootp_clients[i].macaddr, 6))
100 bc = &bootp_clients[i];
  /external/qemu/slirp-android/
bootp.c 40 static BOOTPClient bootp_clients[NB_ADDR]; variable
60 bc = &bootp_clients[i];
66 bc = &bootp_clients[i];
83 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
98 if (!memcmp(macaddr, bootp_clients[i].macaddr, 6))
103 bc = &bootp_clients[i];

Completed in 46 milliseconds