Searched refs:sendBuf (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/ |
H A D | pcsNetworkTest.cpp | 146 char sendBuf[] = "x";
in Send() local 147 ret = send(sock, sendBuf, sizeof(sendBuf), PARAM_0);
in Send()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | socketndk.cpp | 148 char sendBuf[] = "x";
in Send() local 149 ret = send(sock, sendBuf, sizeof(sendBuf), PARAM_0);
in Send() 188 char sendBuf[] = "it is a test";
in Sendto() local 189 ret = sendto(sock, sendBuf, sizeof(sendBuf), PARAM_0, nullptr, PARAM_0);
in Sendto()
|
H A D | otherstestndk.cpp | 516 char sendBuf[] = "it is a test";
in SendTo_chk() local 517 sendRet = __sendto_chk(PARAM_0, sendBuf, sizeof(sendBuf), sizeof(sendBuf), PARAM_0, nullptr, PARAM_0);
in SendTo_chk() 530 char sendBuf[] = "x";
in Send_chk() local 531 __send_chk(PARAM_0, sendBuf, sizeof(sendBuf), sizeof(sendBuf), PARAM_0);
in Send_chk()
|
Completed in 5 milliseconds