Lines Matching full:in
8 under a license and may only be used or copied in accordance
11 reproduced, stored in a retrieval system, or transmitted in any
75 // TBD in EFI v1.1
274 IN struct _EFI_PXE_BASE_CODE *This,
275 IN BOOLEAN UseIpv6
281 IN struct _EFI_PXE_BASE_CODE *This
287 IN struct _EFI_PXE_BASE_CODE *This,
288 IN BOOLEAN SortOffers
294 IN struct _EFI_PXE_BASE_CODE *This,
295 IN UINT16 Type,
296 IN UINT16 *Layer,
297 IN BOOLEAN UseBis,
298 IN OUT EFI_PXE_BASE_CODE_DISCOVER_INFO *Info OPTIONAL
304 IN struct _EFI_PXE_BASE_CODE *This,
305 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
306 IN OUT VOID *BufferPtr OPTIONAL,
307 IN BOOLEAN Overwrite,
308 IN OUT UINT64 *BufferSize,
309 IN UINTN *BlockSize OPTIONAL,
310 IN EFI_IP_ADDRESS *ServerIp,
311 IN UINT8 *Filename,
312 IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL,
313 IN BOOLEAN DontUseBuffer
319 IN struct _EFI_PXE_BASE_CODE *This,
320 IN UINT16 OpFlags,
321 IN EFI_IP_ADDRESS *DestIp,
322 IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort,
323 IN EFI_IP_ADDRESS *GatewayIp, OPTIONAL
324 IN EFI_IP_ADDRESS *SrcIp, OPTIONAL
325 IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort, OPTIONAL
326 IN UINTN *HeaderSize, OPTIONAL
327 IN VOID *HeaderPtr, OPTIONAL
328 IN UINTN *BufferSize,
329 IN VOID *BufferPtr
335 IN struct _EFI_PXE_BASE_CODE *This,
336 IN UINT16 OpFlags,
337 IN OUT EFI_IP_ADDRESS *DestIp, OPTIONAL
338 IN OUT EFI_PXE_BASE_CODE_UDP_PORT *DestPort, OPTIONAL
339 IN OUT EFI_IP_ADDRESS *SrcIp, OPTIONAL
340 IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort, OPTIONAL
341 IN UINTN *HeaderSize, OPTIONAL
342 IN VOID *HeaderPtr, OPTIONAL
343 IN OUT UINTN *BufferSize,
344 IN VOID *BufferPtr
350 IN struct _EFI_PXE_BASE_CODE *This,
351 IN EFI_PXE_BASE_CODE_IP_FILTER *NewFilter
357 IN struct _EFI_PXE_BASE_CODE *This,
358 IN EFI_IP_ADDRESS *IpAddr,
359 IN EFI_MAC_ADDRESS *MacAddr OPTIONAL
365 IN struct _EFI_PXE_BASE_CODE *This,
366 IN BOOLEAN *NewAutoArp, OPTIONAL
367 IN BOOLEAN *NewSendGUID, OPTIONAL
368 IN UINT8 *NewTTL, OPTIONAL
369 IN UINT8 *NewToS, OPTIONAL
370 IN BOOLEAN *NewMakeCallback OPTIONAL
376 IN struct _EFI_PXE_BASE_CODE *This,
377 IN EFI_IP_ADDRESS *NewStationIp, OPTIONAL
378 IN EFI_IP_ADDRESS *NewSubnetMask OPTIONAL
384 IN struct _EFI_PXE_BASE_CODE *This,
391 IN EFI_PXE_BASE_CODE_PACKET *NewDhcpDiscover, OPTIONAL
392 IN EFI_PXE_BASE_CODE_PACKET *NewDhcpAck, OPTIONAL
393 IN EFI_PXE_BASE_CODE_PACKET *NewProxyOffer, OPTIONAL
394 IN EFI_PXE_BASE_CODE_PACKET *NewPxeDiscover, OPTIONAL
395 IN EFI_PXE_BASE_CODE_PACKET *NewPxeReply, OPTIONAL
396 IN EFI_PXE_BASE_CODE_PACKET *NewPxeBisReply OPTIONAL
459 IN struct _EFI_PXE_BASE_CODE_CALLBACK *This,
460 IN EFI_PXE_BASE_CODE_FUNCTION Function,
461 IN BOOLEAN Received,
462 IN UINT32 PacketLen,
463 IN EFI_PXE_BASE_CODE_PACKET *Packet OPTIONAL