Home | History | Annotate | Download | only in Library

Lines Matching defs:IpIo

3   It provides the combined IpIo layer on the EFI IP4 Protocol and EFI IP6 protocol.

88 /// that consumes IpIO.
218 /// This data structure wraps Ip4/Ip6 instances. The IpIo Library uses it for all
223 /// The node used to link this IpIo to the active IpIo list.
286 IP_IO *IpIo;
339 @param[in, out] IpIo The pointer to the IP_IO instance that needs to be
349 IN OUT IP_IO *IpIo
358 @param[in, out] IpIo The pointer to the IP_IO instance that needs to stop.
367 IN OUT IP_IO *IpIo
377 @param[in, out] IpIo The pointer to an IP_IO instance that needs
392 IN OUT IP_IO *IpIo,
400 Pkt. The IP instance wrapped in IpIo is used for sending by default, but can be
404 @param[in, out] IpIo The pointer to an IP_IO instance used for sending IP
415 @retval EFI_NOT_STARTED The IpIo is not configured.
422 IN OUT IP_IO *IpIo,
434 @param[in] IpIo The pointer to the IP_IO instance.
441 IN IP_IO *IpIo,
452 @param[in, out] IpIo The pointer to an IP_IO instance to add a new IP
461 IN OUT IP_IO *IpIo
488 Destroy an IP instance maintained in IpIo->IpList for
495 @param[in] IpIo The pointer to the IP_IO instance.
502 IN IP_IO *IpIo,
507 Find the first IP protocol maintained in IpIo whose local
510 This function is called when the caller needs the IpIo to send data to the
511 specified Src. The IpIo was added previously by IpIoAddIp().
513 @param[in, out] IpIo The pointer to the pointer of the IP_IO instance.
525 IN OUT IP_IO **IpIo,
557 This function is called when the caller needs the IpIo to refresh the existing
562 @param[in] IpIo The pointer to an IP_IO instance
571 @retval EFI_NOT_STARTED The IpIo is not configured.
580 IN IP_IO *IpIo,