Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Danet.h73 int anetPeerToString(int fd, char *ip, size_t ip_len, int *port);
H A Danet.c586 int anetPeerToString(int fd, char *ip, size_t ip_len, int *port) { in anetPeerToString() function
635 anetPeerToString(fd,ip,sizeof(ip),&port); in anetFormatPeer()
H A Dreplication.c60 anetPeerToString(c->fd,ip,sizeof(ip),NULL) != -1) in replicationGetSlaveName()
2095 if (anetPeerToString(slave->fd,ip,sizeof(ip),NULL) == -1) in roleCommand()
H A Dserver.c3573 if (anetPeerToString(slave->fd,ip,sizeof(ip),&port) == -1) in genRedisInfoString()
H A Dcluster.c1449 anetPeerToString(link->fd, buf, NET_IP_STR_LEN, NULL); in nodeIp2String()