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

  /external/qemu/slirp/
bootp.c 161 int dhcp_msg_type, val; local
165 dhcp_decode(bp, &dhcp_msg_type, &preq_addr);
166 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
172 if (dhcp_msg_type == 0)
173 dhcp_msg_type = DHCPREQUEST; /* Force reply for old BOOTP clients */
175 if (dhcp_msg_type != DHCPDISCOVER &&
176 dhcp_msg_type != DHCPREQUEST)
188 if (dhcp_msg_type == DHCPDISCOVER) {
241 (dhcp_msg_type == DHCPDISCOVER) ? "offered" : "ack'ed",
244 if (dhcp_msg_type == DHCPDISCOVER)
    [all...]
  /external/qemu/slirp-android/
bootp.c 166 int dhcp_msg_type, val; local
170 dhcp_decode(bp, &dhcp_msg_type, &preq_addr);
171 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
177 if (dhcp_msg_type == 0)
178 dhcp_msg_type = DHCPREQUEST; /* Force reply for old BOOTP clients */
180 if (dhcp_msg_type != DHCPDISCOVER &&
181 dhcp_msg_type != DHCPREQUEST)
193 if (dhcp_msg_type == DHCPDISCOVER) {
245 (dhcp_msg_type == DHCPDISCOVER) ? "offered" : "ack'ed",
248 if (dhcp_msg_type == DHCPDISCOVER)
    [all...]

Completed in 46 milliseconds