Home
last modified time | relevance | path

Searched defs:AddrFamily (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp96 struct AddrFamily struct
101 struct AddrFamily<AF_INET> struct
103 using addr = stdplus::In4Addr;
104 static constexpr auto protocol =
106 static constexpr size_t maxStrLen = INET6_ADDRSTRLEN;
107 static constexpr uint8_t defaultPrefix = 32;
108 static constexpr char propertyGateway[] = "DefaultGateway";
113 struct AddrFamily<AF_INET6> struct
115 using addr = stdplus::In6Addr;
116 static constexpr auto protocol =
[all …]