Home
last modified time | relevance | path

Searched refs:BIND_ADDR_ALL (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_protocol_def.h39 #define BIND_ADDR_ALL "0" macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c94 fd = ConnOpenClientSocket(&option, BIND_ADDR_ALL, true); in ClientConnectTcp()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c242 if (strcmp(inputAddr, BIND_ADDR_ALL) == 0) { in BindTcpClientAddr()
H A Dsoftbus_socket.c495 if (myIp == NULL || ifName == NULL || strcmp(myIp, BIND_ADDR_ALL) == 0) { in GetIfNameByIp()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c489 int32_t fd = ConnOpenClientSocket(&option, BIND_ADDR_ALL, !isBlockMode); in NipSocketConnectDevice()
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c523 int32_t fd = ConnOpenClientSocket(option, BIND_ADDR_ALL, true); in TcpConnectDevice()