Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DInternetAddresses.cpp34 char repr[INET6_ADDRSTRLEN] = "\0"; in toString() local
60 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString()
128 bool IPPrefix::forString(const std::string& repr, IPPrefix* prefix) { in forString()
/system/netd/libnetdutils/include/netdutils/
DInternetAddresses.h127 static IPAddress forString(const std::string& repr) { in forString()
199 static IPPrefix forString(const std::string& repr) { in forString()
250 static IPSockAddr toIPSockAddr(const std::string& repr, in_port_t port) { in toIPSockAddr()
/system/netd/server/
DNetwork.cpp62 std::stringstream repr; in toString() local