[][src]Type Definition efi_ffi::pxebc::EFI_PXE_BASE_CODE_SET_PACKETS

type EFI_PXE_BASE_CODE_SET_PACKETS = extern "win64" fn(This: *const EFI_PXE_BASE_CODE_PROTOCOL, NewDhcpDiscoverValid: *const BOOLEAN, NewDhcpAckReceived: *const BOOLEAN, NewProxyOfferReceived: *const BOOLEAN, NewPxeDiscoverValid: *const BOOLEAN, NewPxeReplyReceived: *const BOOLEAN, NewPxeBisReplyReceived: *const BOOLEAN, NewDhcpDiscover: *const EFI_PXE_BASE_CODE_PACKET, NewDhcpAck: *const EFI_PXE_BASE_CODE_PACKET, NewProxyOffer: *const EFI_PXE_BASE_CODE_PACKET, NewPxeDiscover: *const EFI_PXE_BASE_CODE_PACKET, NewPxeReply: *const EFI_PXE_BASE_CODE_PACKET, NewPxeBisReply: *const EFI_PXE_BASE_CODE_PACKET) -> EFI_STATUS;