Searched refs:UnpackSocketPkt (Results 1 – 2 of 2) sorted by relevance
64 int32_t ret = UnpackSocketPkt(data, len, &head);67 ret = UnpackSocketPkt(data, len, &head);
103 static int32_t UnpackSocketPkt(const uint8_t *data, uint32_t len, SocketPktHead *head) in UnpackSocketPkt() function192 return UnpackSocketPkt(buf, offset, head); in RecvPacketHead()