Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching full:ipv6

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
388 If Ip6ConfigData.StationAddress is a valid non-zero IPv6 unicast address, it is required
389 to be one of the currently configured IPv6 addresses list in the EFI IPv6 drivers, or else
391 unspecified, the IPv6 driver will bind a source address according to the source address selection
392 algorithm. Clients could frequently call GetModeData() to check get a currently configured IPv6.
394 transmitting the packet afterwards, the source address filled in each outgoing IPv6 packet
402 @param[in] Ip6ConfigData The pointer to the EFI IPv6 Protocol configuration data structure.
409 a unicast IPv6 address.
411 one of the configured IP addresses in the EFI IPv6 driver.
413 @retval EFI_OUT_OF_RESOURCES The EFI IPv6 Protocol driver instance data could not be allocated.
414 @retval EFI_NO_MAPPING The IPv6 driver was responsible for choosing a source address for
416 @retval EFI_ALREADY_STARTED The interface is already open and must be stopped before the IPv6
418 @retval EFI_DEVICE_ERROR An unexpected system or network error occurred. The EFI IPv6
442 @param[in] GroupAddress The pointer to the IPv6 multicast address.
450 not a multicast IPv6 address.
455 @retval EFI_UNSUPPORTED This EFI IPv6 Protocol implementation does not support multicast groups.
476 the destination IPv6 address arithmetically. The gateway address must be on the same subnet as the
480 default route matches all destination IPv6 addresses that do not match any other routes.
482 All EFI IPv6 Protocol instances share a routing table.
493 @param[in] GatewayAddress The unicast gateway IPv6 address for this route.
504 - *GatewayAddress is not a valid unicast IPv6 address.
505 - *GatewayAddress is one of the local configured IPv6
527 IPv6 neighbor cache entries are typically inserted and updated by the network protocol driver as
541 @param[in] TargetIp6Address The pointer to the Target IPv6 address.
557 - *TargetIpAddress is not a valid unicast IPv6 address.
558 - *TargetIpAddress is one of the local configured IPv6
584 EFI IPv6 Protocol instance. Whenever the packet in the token is sent out or some
592 @retval EFI_NO_MAPPING The IPv6 driver was responsible for choosing
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.