Searched refs:CoapMsgUnit (Results 1 – 2 of 2) sorted by relevance
474 if (dataLen < sizeof(CoapMsgUnit)) {478 CoapMsgUnit *unit = (CoapMsgUnit *)data;508 if (frameLen < sizeof(frameLen) + sizeof(CoapMsgUnit)) {521 len += moduleNameLen + sizeof(CoapMsgUnit);529 len += deviceIdLen + sizeof(CoapMsgUnit);897 CoapMsgUnit *unit = NULL;900 msgUnitLen = sizeof(CoapMsgUnit) + msgLen;914 unit = (CoapMsgUnit *)(frame + len);922 unit = (CoapMsgUnit *)(frame + len);930 unit = (CoapMsgUnit *)(frame + len);[all …]
39 } CoapMsgUnit; typedef