Home
last modified time | relevance | path

Searched refs:NSTACKX_MAX_IP_STRING_LEN (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h32 #define NSTACKX_MAX_IP_STRING_LEN 16 macro
106 char networkIpAddr[NSTACKX_MAX_IP_STRING_LEN];
122 char networkIpAddr[NSTACKX_MAX_IP_STRING_LEN];
471 char remoteIp[NSTACKX_MAX_IP_STRING_LEN]; /* ip of remote device */
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_mgt_msg_log.c158 char ipStr[NSTACKX_MAX_IP_STRING_LEN] = {0}; in AnonymizeIpJsonData()
283 char ip[NSTACKX_MAX_IP_STRING_LEN] = {0}; in UnpackLogToStr()
288 char ipStr[NSTACKX_MAX_IP_STRING_LEN] = {0}; in UnpackLogToStr()
H A Dnstackx_device.c115 if (strcpy_s(info.networkIpAddr, NSTACKX_MAX_IP_STRING_LEN, GetLocalIfaceIpStr(coapCtx->iface)) != EOK || in UpdateDeviceDbInDeviceList()
222 char wifiIpAddr[NSTACKX_MAX_IP_STRING_LEN]; in SetReservedInfoFromDeviceInfo()
H A Dnstackx_dfinder_hidump.c190 char ipStr[NSTACKX_MAX_IP_STRING_LEN] = {0}; in DFinderDumpIface()
194 ret = IpAddrAnonymousFormat(ipStr, NSTACKX_MAX_IP_STRING_LEN, (struct sockaddr *)&addr, sizeof(addr)); in DFinderDumpIface()
H A Dnstackx_device_local.c39 char ipStr[NSTACKX_MAX_IP_STRING_LEN];
H A Dnstackx_common.c1562 if (strncpy_s(dupResponseSettings->remoteIp, NSTACKX_MAX_IP_STRING_LEN, in CopyResponseSettings()
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H A Dnstackx_test.c252 char ip[NSTACKX_MAX_IP_STRING_LEN] = {0}; in NstackxTestEntry()
260 GetLocalWifiIp(ip, NSTACKX_MAX_IP_STRING_LEN); in NstackxTestEntry()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c131 char wifiIpAddr[NSTACKX_MAX_IP_STRING_LEN] = {0}; in CoapResponseServiceDiscovery()
253 char ipString[NSTACKX_MAX_IP_STRING_LEN] = {0}; in CoapPostServiceDiscoverEx()
561 char host[NSTACKX_MAX_IP_STRING_LEN] = {0}; in SendDiscoveryRspEx()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H A Dauth_session_test.c41 #define NSTACKX_MAX_IP_STRING_LEN 20 macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c582 char srcIp[NSTACKX_MAX_IP_STRING_LEN] = {0};
604 char broadcastIp[NSTACKX_MAX_IP_STRING_LEN] = {0};
985 char broadcastIp[NSTACKX_MAX_IP_STRING_LEN] = {0};
1300 char host[NSTACKX_MAX_IP_STRING_LEN] = {0};

Completed in 15 milliseconds