Searched refs:dhcp_ack (Results 1 – 2 of 2) sorted by relevance
26 static struct efi_pxe_packet *dhcp_ack; variable661 int maxsize = sizeof(*dhcp_ack); in efi_net_set_dhcp_ack()663 if (!dhcp_ack) in efi_net_set_dhcp_ack()664 dhcp_ack = malloc(maxsize); in efi_net_set_dhcp_ack()666 memcpy(dhcp_ack, pkt, min(len, maxsize)); in efi_net_set_dhcp_ack()943 if (dhcp_ack) in efi_net_register()944 netobj->pxe_mode.dhcp_ack = *dhcp_ack; in efi_net_register()
1451 struct efi_pxe_packet dhcp_ack; member
Completed in 23 milliseconds