Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1283 char norm_ip[NET_IP_STR_LEN]; in clusterStartHandshake() local
1308 memset(norm_ip,0,NET_IP_STR_LEN); in clusterStartHandshake()
1312 norm_ip,NET_IP_STR_LEN); in clusterStartHandshake()
1316 norm_ip,NET_IP_STR_LEN); in clusterStartHandshake()
1318 if (clusterHandshakeInProgress(norm_ip,port,cport)) { in clusterStartHandshake()
1327 memcpy(n->ip,norm_ip,sizeof(n->ip)); in clusterStartHandshake()