Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp64 int32_t ret = UnpackSocketPkt(data, len, &head);
67 ret = UnpackSocketPkt(data, len, &head);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c103 static int32_t UnpackSocketPkt(const uint8_t *data, uint32_t len, SocketPktHead *head) in UnpackSocketPkt() function
192 return UnpackSocketPkt(buf, offset, head); in RecvPacketHead()