MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / setMACAddress

Method setMACAddress

base/poco/Net/src/NetworkInterface.cpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496
497inline void NetworkInterfaceImpl::setMACAddress(const NetworkInterface::MACAddress& addr)
498{
499 _macAddress = addr;
500}
501
502
503inline void NetworkInterfaceImpl::setMACAddress(const void *addr, std::size_t len)

Callers 1

setInterfaceParamsFunction · 0.80

Calls 3

clearMethod · 0.45
insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected