Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c56 #define BEGIN_SIG_LEN 16 macro
95 uint8_t BeginSig[BEGIN_SIG_LEN];
310 memcpy((char *)pG2CDCmdHeader->BeginSig, BEGIN_SIG, BEGIN_SIG_LEN); in InitCmdHeader()