mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
format support lib
This commit is contained in:
6
slsSupportLib/include/network_utils.h
Executable file → Normal file
6
slsSupportLib/include/network_utils.h
Executable file → Normal file
@ -60,9 +60,9 @@ class MacAddr {
|
||||
};
|
||||
|
||||
IpAddr HostnameToIp(const char *hostname);
|
||||
std::string IpToInterfaceName(const std::string& ip);
|
||||
MacAddr InterfaceNameToMac(const std::string& inf);
|
||||
IpAddr InterfaceNameToIp(const std::string& ifn);
|
||||
std::string IpToInterfaceName(const std::string &ip);
|
||||
MacAddr InterfaceNameToMac(const std::string &inf);
|
||||
IpAddr InterfaceNameToIp(const std::string &ifn);
|
||||
std::ostream &operator<<(std::ostream &out, const IpAddr &addr);
|
||||
std::ostream &operator<<(std::ostream &out, const MacAddr &addr);
|
||||
|
||||
|
Reference in New Issue
Block a user