Lines Matching +full:non +full:- +full:operational
5 - EFI IPv6 Service Binding Protocol
6 - EFI IPv6 Variable (deprecated in UEFI 2.4B)
7 - EFI IPv6 Protocol
13 Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
14 SPDX-License-Identifier: BSD-2-Clause-Patent
233 /// prefix is on-link.
252 /// Neighbor Solicitation has been sent to the solicited-node
269 /// This state is an optimization that gives upper-layer protocols
287 …EFI_IPv6_ADDRESS Neighbor; ///< The on-link unicast/anycast IP address of the neighbor.
288 EFI_MAC_ADDRESS LinkAddress; ///< Link-layer address of the neighbor.
373 /// On-link Prefix table entries. It is caller's responsibility to free this
466 UINT8 HopLimit; ///< Hop-Limit override.
467 UINT32 FlowLabel; ///< Flow-Label override.
525 /// - EFI_SUCCESS: The receive or transmit completed
527 /// - EFI_ABORTED: The receive or transmit was aborted
528 /// - EFI_TIMEOUT: The transmit timeout expired.
529 /// - EFI_ICMP_ERROR: An ICMP error packet was received.
530 /// - EFI_DEVICE_ERROR: An unexpected system or network
532 /// - EFI_SECURITY_VIOLATION: The transmit or receive was
534 /// - EFI_NO_MEDIA: There was a media error.
550 Gets the current operational settings for this instance of the EFI IPv6 Protocol driver.
552 The GetModeData() function returns the current operational mode data for this driver instance.
554 retrieve the operational mode data of underlying networks or drivers..
578 The Configure() function is used to set, change, or reset the operational parameters and filter
586 If Ip6ConfigData.StationAddress is a valid non-zero IPv6 unicast address, it is required
595 If operational parameters are reset or changed, any pending transmit and receive requests will be
604 - This is NULL.
605 - Ip6ConfigData.StationAddress is neither zero nor
607 - Ip6ConfigData.StationAddress is neither zero nor
609 - Ip6ConfigData.DefaultProtocol is illegal.
633 multicast packets. Source-Specific Multicast isn't required to be supported.
643 - This is NULL.
644 - JoinFlag is TRUE and GroupAddress is NULL.
645 - GroupAddress is not NULL and *GroupAddress is
647 - GroupAddress is not NULL and *GroupAddress is in the
693 - This is NULL.
694 - When DeleteRoute is TRUE, both Destination and
696 - When DeleteRoute is FALSE, either Destination or
698 - *GatewayAddress is not a valid unicast IPv6 address.
699 - *GatewayAddress is one of the local configured IPv6
736 @param[in] TargetLinkAddress Pointer to link-layer address of the target. Ignored if NULL.
737 @param[in] Timeout Time in 100-ns units that this entry will remain in the neighbor
739 the entry is permanent. A non-zero value means that the entry is
741 @param[in] Override If TRUE, the cached link-layer address of the matching entry will
748 - This is NULL.
749 - TargetIpAddress is NULL.
750 - *TargetLinkAddress is invalid when not NULL.
751 - *TargetIpAddress is not a valid unicast IPv6 address.
752 - *TargetIpAddress is one of the local configured IPv6
758 @retval EFI_ACCESS_DENIED The to-be-added entry is already defined in the neighbor cache,
759 and that entry is tagged as un-overridden (when DeleteFlag
789 - This is NULL.
790 - Token is NULL.
791 - Token.Event is NULL.
792 - Token.Packet.TxData is NULL.
793 … - Token.Packet.ExtHdrsLength is not zero and Token.Packet.ExtHdrs is NULL.
794 - Token.Packet.FragmentCount is zero.
795 … - One or more of the Token.Packet.TxData.FragmentTable[].FragmentLength fields is zero.
796 … - One or more of the Token.Packet.TxData.FragmentTable[].FragmentBuffer fields is NULL.
797 … - Token.Packet.TxData.DataLength is zero or not equal to the sum of fragment lengths.
798 … - Token.Packet.TxData.DestinationAddress is non-zero when DestinationAddress is configured as
799 … non-zero when doing Configure() for this EFI IPv6 protocol instance.
800 … - Token.Packet.TxData.DestinationAddress is unspecified when DestinationAddress is unspecified
842 - This is NULL.
843 - Token is NULL.
844 - Token.Event is NULL.
866 function, Token->Status will be set to EFI_ABORTED and then Token->Event will
879 Token->Event was signaled. When Token is NULL, all
928 /// The EFI IPv6 Protocol implements a simple packet-oriented interface that can be