Searched refs:NET_PEER_ID_LEN (Results 1 – 4 of 4) sorted by relevance
54 static char buf[NET_PEER_ID_LEN]; in replicationGetSlaveName()
1172 char slavename[NET_PEER_ID_LEN], *sdsname; in createSentinelRedisInstance()1296 char buf[NET_PEER_ID_LEN]; in sentinelRedisInstanceLookupSlave()
1635 char peerid[NET_PEER_ID_LEN]; in getClientPeerId()
153 #define NET_PEER_ID_LEN (NET_IP_STR_LEN+32) /* Must be enough for ip:port */ macro