Lines Matching refs:Protocol
2 Implementation of EFI_IP6_PROTOCOL protocol interfaces and type definitions.
24 #include <Protocol/ServiceBinding.h>
25 #include <Protocol/ManagedNetwork.h>
26 #include <Protocol/IpSec.h>
27 #include <Protocol/Ip6.h>
28 #include <Protocol/Ip6Config.h>
29 #include <Protocol/Dhcp6.h>
30 #include <Protocol/DevicePath.h>
31 #include <Protocol/HiiConfigRouting.h>
32 #include <Protocol/HiiConfigAccess.h>
67 // The state of IP6 protocol. It starts from UNCONFIGED. if it is
144 LIST_ENTRY Link; // Link to all the IP protocol from the service
221 // Low level protocol used by this service instance
236 // IPv6 Configuration Protocol instance
352 Gets the current operational settings for this instance of the EFI IPv6 Protocol driver.
359 @param[out] Ip6ModeData The pointer to the EFI IPv6 Protocol mode data structure.
378 Assigns an IPv6 address and subnet mask to this EFI IPv6 Protocol driver instance.
381 settings for this EFI IPv6 Protocol instance. Until these parameters have been set, no network traffic
384 parameters have been set again. Each EFI IPv6 Protocol instance can be started and stopped
402 @param[in] Ip6ConfigData The pointer to the EFI IPv6 Protocol configuration data structure.
413 @retval EFI_OUT_OF_RESOURCES The EFI IPv6 Protocol driver instance data could not be allocated.
419 Protocol driver instance was not opened.
420 @retval EFI_UNSUPPORTED Default protocol specified through
455 @retval EFI_UNSUPPORTED This EFI IPv6 Protocol implementation does not support multicast groups.
482 All EFI IPv6 Protocol instances share a routing table.
527 IPv6 neighbor cache entries are typically inserted and updated by the network protocol driver as
584 EFI IPv6 Protocol instance. Whenever the packet in the token is sent out or some
612 EFI IPv6 protocol instance.
615 when doing Configure() for this EFI IPv6 protocol
646 and cannot be NULL. When the receive operation completes, the EFI IPv6 Protocol
665 @retval EFI_NOT_STARTED This EFI IPv6 Protocol instance has not been started.
675 The EFI IPv6 Protocol instance has been reset to startup defaults.
740 @retval EFI_NOT_STARTED This EFI IPv6 Protocol instance has not been started.