Searched refs:dhcp_ack (Results 1 – 2 of 2) sorted by relevance
19 static struct efi_pxe_packet *dhcp_ack; variable204 int maxsize = sizeof(*dhcp_ack); in efi_net_set_dhcp_ack()206 if (!dhcp_ack) in efi_net_set_dhcp_ack()207 dhcp_ack = malloc(maxsize); in efi_net_set_dhcp_ack()209 memcpy(dhcp_ack, pkt, min(len, maxsize)); in efi_net_set_dhcp_ack()265 if (dhcp_ack) in efi_net_register()266 netobj->pxe_mode.dhcp_ack = *dhcp_ack; in efi_net_register()
653 struct efi_pxe_packet dhcp_ack; member