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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c 198 @param[in] GateWay The next hop address to transmit packet to.
222 IN IP4_ADDR GateWay,
293 // Set the gateway to local broadcast if the Dest is
297 GateWay = IP4_ALLONE_ADDRESS;
301 // Set the gateway to the destination if it is an multicast
305 GateWay = Head->Dst;
307 } else if (GateWay == IP4_ALLZERO_ADDRESS) {
309 // Route the packet unless overrided, that is, GateWay isn't zero.
328 GateWay = CacheEntry->NextHop;
387 GateWay,
    [all...]
Ip4Output.h 58 @param[in] GateWay The next hop address to transmit packet to.
78 IN IP4_ADDR GateWay,
Ip4Route.c 19 and Gateway.
23 @param[in] GateWay The nexthop address
33 IN IP4_ADDR GateWay
49 RtEntry->NextHop = GateWay;
80 @param[in] GateWay The next hop address
92 IN IP4_ADDR GateWay,
109 RtCacheEntry->NextHop = GateWay;
302 @param[in] Gateway The next hop address
314 IN IP4_ADDR Gateway
333 if (IP4_NET_EQUAL (RtEntry->Dest, Dest, Netmask) && (RtEntry->NextHop == Gateway)) {
    [all...]
Ip4Impl.c 139 address arithmetically AND-ed with the SubnetMask. The gateway address must be
149 are addressed to a local subnet (gateway address of 0.0.0.0).
163 @param[in] GatewayAddress The unicast gateway IPv4 address for this route.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Route.h 90 @param[in] GateWay The next hop address.
102 IN EFI_IPv6_ADDRESS *GateWay,
182 and Gateway.
Ip6Route.c 45 and Gateway.
165 @param[in] GateWay The next hop address.
177 IN EFI_IPv6_ADDRESS *GateWay,
194 IP6_COPY_ADDRESS (&RtCacheEntry->NextHop, GateWay);
314 IP6_COPY_ADDRESS (&EfiTable[Count].Gateway, &RtEntry->NextHop);

Completed in 174 milliseconds