11 #include "platform/posix/network/NetworkPosix.h" 20 std::string interfaceName,
21 char interfaceMacAddrRaw[6]);
24 std::string GetCurrentDefaultGateway()
const override;
25 bool GetHostMacAddress(
unsigned long host, std::string& mac)
const override;
34 bool PingHost(
unsigned long host,
unsigned int timeout_ms = 2000)
override;
35 std::vector<std::string> GetNameServers()
override;
38 void GetMacAddress(
const std::string& interfaceName,
char macAddrRaw[6])
override;
39 void queryInterfaceList()
override;
Definition: NetworkFreebsd.h:28
Definition: NetworkPosix.h:18
Definition: NetworkPosix.h:43
Definition: NetworkFreebsd.h:16