Searched refs:NSTACKX_MAX_IP_STRING_LEN (Results 1 – 10 of 10) sorted by relevance
32 #define NSTACKX_MAX_IP_STRING_LEN 16 macro108 char networkIpAddr[NSTACKX_MAX_IP_STRING_LEN];124 char networkIpAddr[NSTACKX_MAX_IP_STRING_LEN];476 char remoteIp[NSTACKX_MAX_IP_STRING_LEN]; /* ip of remote device */
158 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()
115 …if (strcpy_s(info.networkIpAddr, NSTACKX_MAX_IP_STRING_LEN, GetLocalIfaceIpStr(coapCtx->iface)) !=… in UpdateDeviceDbInDeviceList()222 char wifiIpAddr[NSTACKX_MAX_IP_STRING_LEN]; in SetReservedInfoFromDeviceInfo()
190 char ipStr[NSTACKX_MAX_IP_STRING_LEN] = {0}; in DFinderDumpIface()194 …ret = IpAddrAnonymousFormat(ipStr, NSTACKX_MAX_IP_STRING_LEN, (struct sockaddr *)&addr, sizeof(add… in DFinderDumpIface()
39 char ipStr[NSTACKX_MAX_IP_STRING_LEN];
1565 if (strncpy_s(dupResponseSettings->remoteIp, NSTACKX_MAX_IP_STRING_LEN, in CopyResponseSettings()
252 char ip[NSTACKX_MAX_IP_STRING_LEN] = {0}; in NstackxTestEntry()260 GetLocalWifiIp(ip, NSTACKX_MAX_IP_STRING_LEN); in NstackxTestEntry()
122 char wifiIpAddr[NSTACKX_MAX_IP_STRING_LEN] = {0}; in CoapResponseServiceDiscovery()244 char ipString[NSTACKX_MAX_IP_STRING_LEN] = {0}; in CoapPostServiceDiscoverEx()552 char host[NSTACKX_MAX_IP_STRING_LEN] = {0}; in SendDiscoveryRspEx()
582 char srcIp[NSTACKX_MAX_IP_STRING_LEN] = {0};604 char broadcastIp[NSTACKX_MAX_IP_STRING_LEN] = {0};984 char broadcastIp[NSTACKX_MAX_IP_STRING_LEN] = {0};1301 char host[NSTACKX_MAX_IP_STRING_LEN] = {0};
41 #define NSTACKX_MAX_IP_STRING_LEN 20 macro