Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Danet.h73 int anetPeerToString(int fd, char *ip, size_t ip_len, int *port);
H A Danet.c574 int anetPeerToString(int fd, char *ip, size_t ip_len, int *port) { in anetPeerToString() function
623 anetPeerToString(fd,ip,sizeof(ip),&port); in anetFormatPeer()
H A Dreplication.c59 anetPeerToString(c->fd,ip,sizeof(ip),NULL) != -1) in replicationGetSlaveName()
1836 if (anetPeerToString(slave->fd,ip,sizeof(ip),NULL) == -1) in roleCommand()
H A Dserver.c3201 if (anetPeerToString(slave->fd,ip,sizeof(ip),&port) == -1) in genRedisInfoString()
H A Dcluster.c1370 anetPeerToString(link->fd, buf, NET_IP_STR_LEN, NULL); in nodeIp2String()