Home
last modified time | relevance | path

Searched refs:conn (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsocketndk.cpp103 int conn = PARAM_1; in Sendmsg() local
104 while (conn) { in Sendmsg()
105 conn = connect(sock, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&server)), in Sendmsg()
143 int conn = PARAM_1; in Send() local
144 while (conn) { in Send()
145 conn = connect(sock, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&server)), in Send()
183 int conn = PARAM_1; in Sendto() local
184 while (conn) { in Sendto()
185 conn = connect(sock, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&server)), in Sendto()
223 int conn in Sendmmsg() local
443 int conn = PARAM_1; Getpeername() local
[all...]
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DpcsNetworkTest.cpp141 int conn = PARAM_1; in Send() local
142 while (conn) { in Send()
143 conn = connect(sock, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&server)), in Send()

Completed in 2 milliseconds