Home
last modified time | relevance | path

Searched refs:SOFTBUS_SOCK_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c60 SOFTBUS_SOCK_CLOEXEC, 0, &fd); in CreateServerSocketByIpv4()
100 SOFTBUS_SOCK_CLOEXEC, 0, &fd); in CreateServerSocketByIpv6()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c60 int32_t ret = SoftBusSocketCreate(SOFTBUS_PF_NETLINK, SOFTBUS_SOCK_DGRAM | SOFTBUS_SOCK_CLOEXEC, in CreateNetlinkSocket()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h57 #define SOFTBUS_SOCK_CLOEXEC SOFTBUS_SOCK_CLOEXEC_ macro
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c212 … domain, SOFTBUS_SOCK_STREAM | SOFTBUS_SOCK_CLOEXEC | SOFTBUS_SOCK_NONBLOCK, 0, (int32_t *)&fd); in OpenTcpServerSocket()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp251 SOFTBUS_SOCK_CLOEXEC, 0, &socketFd);