Searched refs:dhcp_ack (Results 1 – 2 of 2) sorted by relevance
26 static struct efi_pxe_packet *dhcp_ack; variable662 int maxsize = sizeof(*dhcp_ack); in efi_net_set_dhcp_ack()664 if (!dhcp_ack) { in efi_net_set_dhcp_ack()665 dhcp_ack = malloc(maxsize); in efi_net_set_dhcp_ack()666 if (!dhcp_ack) in efi_net_set_dhcp_ack()669 memset(dhcp_ack, 0, maxsize); in efi_net_set_dhcp_ack()670 memcpy(dhcp_ack, pkt, min(len, maxsize)); in efi_net_set_dhcp_ack()673 netobj->pxe_mode.dhcp_ack = *dhcp_ack; in efi_net_set_dhcp_ack()949 if (dhcp_ack) in efi_net_register()950 netobj->pxe_mode.dhcp_ack = *dhcp_ack; in efi_net_register()
1563 struct efi_pxe_packet dhcp_ack; member
Completed in 14 milliseconds