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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Main.c270 TCP4_ROUTE_INFO RouteInfo; local
278 RouteInfo.DeleteRoute = DeleteRoute;
279 RouteInfo.SubnetAddress = SubnetAddress;
280 RouteInfo.SubnetMask = SubnetMask;
281 RouteInfo.GatewayAddress = GatewayAddress;
283 return SockRoute (Sock, &RouteInfo);
H A DTcp4Dispatcher.c24 @param RouteInfo Pointer to the route info to be processed.
32 (when RouteInfo->DeleteRoute is TRUE).
34 (when RouteInfo->DeleteRoute is FALSE).
39 IN TCP4_ROUTE_INFO *RouteInfo
50 RouteInfo->DeleteRoute,
51 RouteInfo->SubnetAddress,
52 RouteInfo->SubnetMask,
53 RouteInfo->GatewayAddress
H A DSockInterface.c919 @param RouteInfo Pointer to the route information to be processed.
931 IN VOID *RouteInfo
954 Status = Sock->ProtoHandler (Sock, SOCK_ROUTE, RouteInfo);
H A DSocket.h936 @param RouteInfo Pointer to the route information to be processed.
948 IN VOID *RouteInfo
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMain.c223 TCP4_ROUTE_INFO RouteInfo; local
231 RouteInfo.DeleteRoute = DeleteRoute;
232 RouteInfo.SubnetAddress = SubnetAddress;
233 RouteInfo.SubnetMask = SubnetMask;
234 RouteInfo.GatewayAddress = GatewayAddress;
236 return SockRoute (Sock, &RouteInfo);
H A DTcpDispatcher.c22 @param[in] RouteInfo Pointer to the route information to be processed.
30 (when RouteInfo->DeleteRoute is TRUE).
32 (when RouteInfo->DeleteRoute is FALSE).
37 IN TCP4_ROUTE_INFO *RouteInfo
48 RouteInfo->DeleteRoute,
49 RouteInfo->SubnetAddress,
50 RouteInfo->SubnetMask,
51 RouteInfo->GatewayAddress
H A DSockInterface.c955 @param[in] RouteInfo Pointer to the route information to be processed.
967 IN VOID *RouteInfo
993 Status = Sock->ProtoHandler (Sock, SOCK_ROUTE, RouteInfo);
H A DSocket.h909 @param[in] RouteInfo Pointer to the route information to be processed.
921 IN VOID *RouteInfo

Completed in 911 milliseconds