Home
last modified time | relevance | path

Searched refs:pmsg_type (Results 1 – 2 of 2) sorted by relevance

/external/qemu/slirp/
Dbootp.c106 static void dhcp_decode(const struct bootp_t *bp, int *pmsg_type, in dhcp_decode() argument
112 *pmsg_type = 0; in dhcp_decode()
136 *pmsg_type = p[0]; in dhcp_decode()
148 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr.s_addr) { in dhcp_decode()
/external/qemu/slirp-android/
Dbootp.c111 static void dhcp_decode(const struct bootp_t *bp, int *pmsg_type, in dhcp_decode() argument
117 *pmsg_type = 0; in dhcp_decode()
141 *pmsg_type = p[0]; in dhcp_decode()
153 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr) { in dhcp_decode()