1 #include "hmbdc/Copyright.hpp" 4 #include "hmbdc/Exception.hpp" 9 namespace hmbdc {
namespace comm {
namespace inet {
18 std::string getLocalIpMatchMask(std::string
const& mask,
bool includeLoopback =
true);
19 std::string getLocalIpThruName(std::string
const& name);
20 std::pair<std::string, uint16_t> getPeerIpPort(
int fd);
21 void extractRelicTo(msghdr& to, msghdr
const& from,
int sent);