Home
last modified time | relevance | path

Searched refs:InetAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Droute_manager_test.cpp447 InetAddr res;
455 InetAddr res;
463 InetAddr res;
471 InetAddr res;
486 InetAddr res;
494 InetAddr res;
502 InetAddr res;
510 InetAddr res;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Droute_manager.h47 typedef struct InetAddr { struct
52 } InetAddr; argument
231 static int32_t ReadAddr(const std::string &addr, InetAddr *res);
240 static int32_t ReadAddrGw(const std::string &addr, InetAddr *res);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp473 int32_t RouteManager::ReadAddrGw(const std::string &addr, InetAddr *res) in ReadAddrGw()
491 int32_t RouteManager::ReadAddr(const std::string &addr, InetAddr *res) in ReadAddr()
920 InetAddr dst; in SendRouteToKernel()
934 InetAddr gw = {0}; in SendRouteToKernel()