Searched refs:dhcp_ack (Results 1 – 2 of 2) sorted by relevance
16 static struct efi_pxe_packet *dhcp_ack; variable282 int maxsize = sizeof(*dhcp_ack); in efi_net_set_dhcp_ack()284 if (!dhcp_ack) in efi_net_set_dhcp_ack()285 dhcp_ack = malloc(maxsize); in efi_net_set_dhcp_ack()287 memcpy(dhcp_ack, pkt, min(len, maxsize)); in efi_net_set_dhcp_ack()366 if (dhcp_ack) in efi_net_register()367 netobj->pxe_mode.dhcp_ack = *dhcp_ack; in efi_net_register()
830 struct efi_pxe_packet dhcp_ack; member