Home
last modified time | relevance | path

Searched refs:animizedIp (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c246 char animizedIp[IP_LEN] = { 0 }; in StartNStackXDFileServer() local
247 ConvertAnonymizeIpAddress(animizedIp, IP_LEN, myIp, IP_LEN); in StartNStackXDFileServer()
248 TRANS_LOGI(TRANS_FILE, "start dfile server, ip=%{public}s, port=%{public}d", animizedIp, port); in StartNStackXDFileServer()
286 char animizedIp[IP_LEN] = { 0 }; in StartNStackXDFileClient() local
287 ConvertAnonymizeIpAddress(animizedIp, IP_LEN, peerIp, IP_LEN); in StartNStackXDFileClient()
288 TRANS_LOGI(TRANS_FILE, "start dfile client, peerIp=%{public}s, peerPort=%{public}d", animizedIp, peerPort); in StartNStackXDFileClient()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c289 char animizedIp[IP_LEN] = { 0 }; in OpenTcpClientSocket() local
290 ConvertAnonymizeIpAddress(animizedIp, IP_LEN, option->socketOption.addr, IP_LEN); in OpenTcpClientSocket()
297 animizedIp, option->socketOption.port, ret); in OpenTcpClientSocket()
302 animizedIp, option->socketOption.port, fd); in OpenTcpClientSocket()
314 "error=%{public}d", animizedIp, option->socketOption.port, ret); in OpenTcpClientSocket()
324 "ret=%{public}d, errno=%{public}d(%{public}s)", animizedIp, option->socketOption.port, fd, ret, in OpenTcpClientSocket()
330 animizedIp, option->socketOption.port, fd); in OpenTcpClientSocket()
H A Dsoftbus_socket.c503 char animizedIp[IP_LEN] = { 0 }; in GetIfNameByIp() local
504 ConvertAnonymizeIpAddress(animizedIp, IP_LEN, myIp, IP_LEN); in GetIfNameByIp()
509 animizedIp, ret, errno, strerror(errno)); in GetIfNameByIp()
513 COMM_LOGE(CONN_COMMON, "inet_aton ip=%{public}s failed.", animizedIp); in GetIfNameByIp()
524 COMM_LOGE(CONN_COMMON, "fail to memcpy_s ifName by ip=%{public}s", animizedIp); in GetIfNameByIp()
532 COMM_LOGW(CONN_COMMON, "not found ifName by ip=%{public}s", animizedIp); in GetIfNameByIp()
H A Dsoftbus_base_listener.c864 char animizedIp[IP_LEN] = { 0 }; in ProcessSpecifiedServerAcceptEvent() local
865 ConvertAnonymizeIpAddress(animizedIp, IP_LEN, clientAddr.socketOption.addr, IP_LEN); in ProcessSpecifiedServerAcceptEvent()
869 "clientIp=%{public}s, clientFd=%{public}d", wakeupTrace, module, listenFd, animizedIp, clientFd); in ProcessSpecifiedServerAcceptEvent()
875 wakeupTrace, module, listenFd, animizedIp, clientFd); in ProcessSpecifiedServerAcceptEvent()
971 char animizedIp[IP_LEN] = { 0 }; in ProcessSpecifiedListenerNodeEvent() local
975 ConvertAnonymizeIpAddress(animizedIp, IP_LEN, node->info.listenerInfo.socketOption.addr, IP_LEN); in ProcessSpecifiedListenerNodeEvent()
1001 CloseInvalidListenForcely(node, listenFd, animizedIp, status); in ProcessSpecifiedListenerNodeEvent()
1007 wakeupTrace, node->module, listenFd, listenPort, animizedIp, status); in ProcessSpecifiedListenerNodeEvent()

Completed in 9 milliseconds