Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp39 #define SIZE_BMC_URL 17 macro
77 uint8_t bmc_url[SIZE_BMC_URL];
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp366 memcpy(sysInfoParams.bmc_url, &req[1], SIZE_BMC_URL); in ipmiAppSetSysInfoParams()