Home
last modified time | relevance | path

Searched refs:SetReusePort (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dtcp_socket.cpp45 SocketUtils::SetReusePort(fd, enableReuse); in Bind()
83 SocketUtils::SetReusePort(fd, enableReuse); in Connect()
H A Dudp_socket.cpp44 SocketUtils::SetReusePort(fd, enableReuse); in Bind()
78 SocketUtils::SetReusePort(fd, enableReuse); in Connect()
H A Dsocket_utils.h41 static bool SetReusePort(int32_t fd, bool isOn);
H A Dsocket_utils.cpp253 bool SocketUtils::SetReusePort(int32_t fd, bool isReuse) in SetReusePort() function in OHOS::Sharing::SocketUtils
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c38 static int SetReusePort(int fd, int on) in SetReusePort() function
73 ret = SetReusePort(fd, 1); in CreateServerSocketByIpv4()
114 ret = SetReusePort(fd, 1); in CreateServerSocketByIpv6()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c33 static int SetReusePort(int fd, int on) in SetReusePort() function
141 (void)SetReusePort(fd, 1); in SetServerOption()
153 SetReusePort(fd, 1); in SetClientOption()
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dudp_server.cpp245 SocketUtils::SetReusePort(fd, true); in BindAndConnectClinetFd()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp676 int32_t ret = SetReusePort(fd, on); in HWTEST_F()
679 ret = SetReusePort(0, on); in HWTEST_F()

Completed in 5 milliseconds