Searched defs:Neighbor (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpIo.c145 Refresh the remote peer's Neighbor Cache State if already exists.
148 @param[in] Neighbor Source address of the TCP segment.
165 IN EFI_IP_ADDRESS *Neighbor,
175 IpIoFindSender (&IpIo, IP_VERSION_6, Neighbor);
188 return IpIoRefreshNeighbor (IpIo, Neighbor, Timeout);
163 Tcp6RefreshNeighbor( IN TCP_CB *Tcb, IN EFI_IP_ADDRESS *Neighbor, IN UINT32 Timeout ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c2109 Refresh the remote peer's Neighbor Cache entries.
2117 @param[in] Neighbor The IP address of the neighbor
2126 @retval EFI_INVALID_PARAMETER Neighbor Address is invalid.
2135 IN EFI_IP_ADDRESS *Neighbor,
2147 return Ip->Neighbors (Ip, FALSE, &Neighbor->v6, NULL, Timeout, TRUE);
2133 IpIoRefreshNeighbor( IN IP_IO *IpIo, IN EFI_IP_ADDRESS *Neighbor, IN UINT32 Timeout ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Nd.h2 Definition of Neighbor Discovery support routines.
126 EFI_IPv6_ADDRESS Neighbor; member in struct:_IP6_NEIGHBOR_ENTRY
464 Add Neighbor cache entries. It is a work function for EfiIp6Neighbors().
497 Delete or update Neighbor cache entries. It is a work function for EfiIp6Neighbors().
525 Process the Neighbor Solicitation message. The message may be sent for Duplicate
546 Process the Neighbor Advertisement message.
635 Generate the Neighbor Solicitation message and send it to the Destination Address.
649 @retval EFI_SUCCESS The Neighbor Advertise message was successfully sent.
H A DIp6Nd.c2 Implementation of Neighbor Discovery support routines.
57 IP6_NEIGHBOR_ENTRY *Neighbor; local
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);
528 IP6_COPY_ADDRESS (&Entry->Neighbor, Ip6Address);
567 IP6_NEIGHBOR_ENTRY *Neighbor; local
1330 IP6_NEIGHBOR_ENTRY *Neighbor; local
1466 IP6_NEIGHBOR_ENTRY *Neighbor; local
1702 IP6_NEIGHBOR_ENTRY *Neighbor; local
2670 IP6_NEIGHBOR_ENTRY *Neighbor; local
2732 IP6_NEIGHBOR_ENTRY *Neighbor; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp6.h9 which includes support for Neighbor Discovery Protocol (ND), Multicast
257 /// Neighbor Solicitation has been sent to the solicited-node
258 /// multicast address of the target, but corresponding Neighbor
280 /// Neighbor Solicitations every RetransTimer milliseconds until a
292 EFI_IPv6_ADDRESS Neighbor; ///< The on-link unicast/anycast IP address of the neighbor. member in struct:__anon12179
368 /// Neighbor cache entries. It is caller's responsibility to free this
723 Add or delete Neighbor cache entries.
728 traffic stops. Neighbor cache entries that were inserted by Neighbors() may be static (will not

Completed in 964 milliseconds