Home
last modified time | relevance | path

Searched refs:MAC_FORMAT (Results 1 – 2 of 2) sorted by relevance

/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dnemora.cpp35 constexpr auto MAC_FORMAT = "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx"; variable
43 int ret = sscanf(mac_addr.c_str(), MAC_FORMAT, mac->octet, mac->octet + 1, in ParseMac()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp49 constexpr auto MAC_FORMAT = "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx"; variable
60 snprintf(mac_str, sizeof(mac_str), MAC_FORMAT, mac.octet[0], mac.octet[1], in format_mac()