Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c54 static char buf[NET_PEER_ID_LEN]; in replicationGetSlaveName()
H A Dsentinel.c1172 char slavename[NET_PEER_ID_LEN], *sdsname; in createSentinelRedisInstance()
1296 char buf[NET_PEER_ID_LEN]; in sentinelRedisInstanceLookupSlave()
H A Dnetworking.c1635 char peerid[NET_PEER_ID_LEN]; in getClientPeerId()
H A Dserver.h153 #define NET_PEER_ID_LEN (NET_IP_STR_LEN+32) /* Must be enough for ip:port */ macro