Lines Matching full:ipaddress
201 addrs.emplace(info.ifaddr, std::make_unique<IPAddress>( in addAddr()
266 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip() argument
275 addr.emplace(stdplus::fromStr<stdplus::In4Addr>(ipaddress)); in ip()
278 addr.emplace(stdplus::fromStr<stdplus::In6Addr>(ipaddress)); in ip()
290 lg2::error("Invalid IP {NET_IP}: {ERROR}", "NET_IP", ipaddress, "ERROR", in ip()
292 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipaddress"), in ip()
293 Argument::ARGUMENT_VALUE(ipaddress.c_str())); in ip()
318 std::make_unique<IPAddress>(bus, std::string_view(objPath), *this, in ip()
336 ObjectPath EthernetInterface::neighbor(std::string ipAddress, in neighbor() argument
342 addr.emplace(stdplus::fromStr<stdplus::InAnyAddr>(ipAddress)); in neighbor()
347 ipAddress, "ERROR", e); in neighbor()
348 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipAddress"), in neighbor()
349 Argument::ARGUMENT_VALUE(ipAddress.c_str())); in neighbor()
639 std::vector<uint8_t>& ipaddress = std::get<1>(*i); in getNameServerFromResolvd() local
641 addrFromBuf(addressFamily, stdplus::raw::asView<char>(ipaddress)))); in getNameServerFromResolvd()
844 neighbor["Address"].emplace_back(sneighbor.second->ipAddress()); in writeConfigurationFile()