Home
last modified time | relevance | path

Searched refs:MAC_ADDR_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dnemora_types.hpp26 #define MAC_ADDR_SIZE 6 macro
30 std::uint8_t octet[MAC_ADDR_SIZE]; // network order
56 std::uint8_t mac[MAC_ADDR_SIZE];
H A Dserializer.cpp53 pb.set_mac(p_arr, MAC_ADDR_SIZE); in SerializeEvent()
H A Dnemora.cpp46 return (ret == MAC_ADDR_SIZE); in ParseMac()
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dnet_types.h31 #define MAC_ADDR_SIZE 6 macro
39 uint8_t octet[MAC_ADDR_SIZE]; // network order
H A Dncsi_server.c102 memcpy(response->mac, mac->octet, MAC_ADDR_SIZE); in ncsi_build_oem_get_mac_ack()
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp256 std::memcpy(nic_filter->mac, filter.mac, MAC_ADDR_SIZE); in set_filter()