Searched refs:Router (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.h29 #define DHCP_TAG_ROUTER 3 // Router option,
65 #define DHCP_TAG_DISCOVER_ROUTE 31 // Perform Router Discovery
66 #define DHCP_TAG_ROUTER_SOLICIT 32 // Router Solicitation Address
180 IP4_ADDR Router; // DHCP_TAG_ROUTER, only the first router is used member in struct:__anon11204
H A DDhcp4Io.c367 if ((DhcpSb->Para != NULL) && (DhcpSb->Para->Router != 0)) {
370 Ip = HTONL (DhcpSb->Para->Router);
H A DDhcp4Option.c259 Para->Router = NetGetUint32 (Data);
H A DDhcp4Impl.c399 Ip = HTONL (Para->Router);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Common.h96 All Router Addresses: FF01::2, FF02::2, FF05::2.
98 @param[in] Router If TRUE, generate all routers addresses,
109 IN BOOLEAN Router,
H A DIp6Common.c97 All Router Addresses: FF01::2, FF02::2, FF05::2.
99 @param[in] Router If TRUE, generate all routers addresses,
110 IN BOOLEAN Router,
119 if (!Router && Scope == IP6_SITE_LOCAL_SCOPE) {
127 if (!Router) {
109 Ip6SetToAllNodeMulticast( IN BOOLEAN Router, IN UINT8 Scope, OUT EFI_IPv6_ADDRESS *Ip6Addr ) argument
H A DIp6Nd.h141 EFI_IPv6_ADDRESS Router; member in struct:_IP6_DEFAULT_ROUTER
566 Process the Router Advertisement message according to RFC4861.
610 All Router Link Local scope multicast address.
H A DIp6Nd.c705 IP6_COPY_ADDRESS (&Entry->Router, Ip6Address);
746 Status = Ip6DelRoute (IpSb->RouteTable, NULL, 0, &DefaultRouter->Router);
795 if (EFI_IP6_EQUAL (Ip6Address, &DefaultRouter->Router)) {
1071 All Router Link Local scope multicast address.
1255 // Set the Router flag, Solicited flag and Override flag.
1650 // Set the Router flag to zero since the node is a host.
1883 // Default Router List and remove the Destination Cache entries for all destinations
1909 Process the Router Advertisement message according to RFC4861.
1967 // Validate the incoming Router Advertisement
2002 // In Router Advertisemen
[all...]

Completed in 63 milliseconds