smpRespDiscover2_t
smpRespDiscover2_t *pDiscoverResp
dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover2_t));
smpRespDiscover2_t *pDiscoverResp
dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover2_t));
smpRespDiscover2_t *pdmSMPDiscover2Resp
smpRespDiscover2_t *pdmSMPDiscover2Resp = agNULL;
pdmSMPDiscover2Resp = (smpRespDiscover2_t *)timerData3;
dmhexdump("dmConfigureRouteTimerCB", (bit8*)pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
smpRespDiscover2_t *pDiscoverResp
smpRespDiscover2_t *pDiscoverResp
smpRespDiscover2_t *pdmSMPDiscover2Resp
dmhexdump("dmDiscover2RespRcvd", (bit8*)pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
dmhexdump("dmDiscover2RespRcvd", (bit8*)pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
expectedRspLen = sizeof(smpRespDiscover2_t) + 4;
if ((agIOInfoLen != sizeof(smpRespDiscover2_t) + 4) &&
DM_DBG1(("dmSMPCompleted: discover mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (int)sizeof(smpRespDiscover2_t) + 4));
smpRespDiscover2_t *pdmSMPDiscover2Resp;
saFrameReadBlock(agRoot, frameHandle, 4, pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
saFrameReadBlock(agRoot, dmSMPResponseBody->IndirectSMP, 4, pdmSMPDiscover2Resp, sizeof(smpRespDiscover2_t));
smpRespDiscover2_t SMPDiscover2Resp;