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

  /external/qemu/slirp/
bootp.c 107 const struct in_addr **preq_addr)
113 *preq_addr = NULL;
140 *preq_addr = (struct in_addr *)p;
148 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr.s_addr) {
149 *preq_addr = &bp->bp_ciaddr;
160 const struct in_addr *preq_addr; local
165 dhcp_decode(bp, &dhcp_msg_type, &preq_addr);
167 if (preq_addr)
168 dprintf(" req_addr=%08x\n", ntohl(preq_addr->s_addr));
189 if (preq_addr) {
    [all...]
  /external/qemu/slirp-android/
bootp.c 112 const ipaddr_t **preq_addr)
118 *preq_addr = NULL;
145 *preq_addr = (const ipaddr_t *)p;
153 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr) {
154 *preq_addr = (const ipaddr_t*)&bp->bp_ciaddr;
165 const ipaddr_t *preq_addr; local
170 dhcp_decode(bp, &dhcp_msg_type, &preq_addr);
172 if (preq_addr) {
173 dprintf(" req_addr=%08x\n", ntohl(*(uint32_t*)preq_addr));
194 if (preq_addr) {
    [all...]

Completed in 31 milliseconds