HomeSort by relevance Sort by last modified time
    Searched defs:Neighbor (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.c 2 Implementation of Neighbor Discovery support routines.
43 @param[out] NeighborCount The number of returned neighbor cache entries.
57 IP6_NEIGHBOR_ENTRY *Neighbor;
87 Neighbor = NET_LIST_USER_STRUCT (Entry, IP6_NEIGHBOR_ENTRY, Link);
91 EfiNeighborCache->State = Neighbor->State;
92 IP6_COPY_ADDRESS (&EfiNeighborCache->Neighbor, &Neighbor->Neighbor);
93 IP6_COPY_LINK_ADDRESS (&EfiNeighborCache->LinkAddress, &Neighbor->LinkAddress);
474 // Free the ArpQue only but not the whole neighbor entry.
    [all...]
Ip6Nd.h 2 Definition of Neighbor Discovery support routines.
126 EFI_IPv6_ADDRESS Neighbor;
159 @param[out] NeighborCount The number of returned neighbor cache entries.
394 Allocate and initialize an IP6 neighbor cache entry.
399 @param[in] Ip6Address Points to the IPv6 address of the neighbor.
400 @param[in] LinkAddress Points to the MAC address of the neighbor.
403 @return NULL if failed to allocate memory for the neighbor cache entry.
404 Otherwise, point to the created neighbor cache entry.
416 Search a IP6 neighbor cache entry.
419 @param[in] Ip6Address Points to the IPv6 address of the neighbor.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 9 which includes support for Neighbor Discovery Protocol (ND), Multicast
259 /// Neighbor Solicitation has been sent to the solicited-node
260 /// multicast address of the target, but corresponding Neighbor
266 /// neighbor was functioning properly.
271 ///was received. In this state, the forward path to the neighbor was
282 /// Neighbor Solicitations every RetransTimer milliseconds until a
290 /// is the entry structure that is used in neighbor cache. It records a set
294 EFI_IPv6_ADDRESS Neighbor; ///< The on-link unicast/anycast IP address of the neighbor.
295 EFI_MAC_ADDRESS LinkAddress; ///< Link-layer address of the neighbor.
    [all...]
  /external/syslinux/efi32/include/efi/
efiip.h 244 EFI_IPv6_ADDRESS Neighbor;
  /external/syslinux/efi64/include/efi/
efiip.h 244 EFI_IPv6_ADDRESS Neighbor;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiip.h 244 EFI_IPv6_ADDRESS Neighbor;

Completed in 908 milliseconds