Searched refs:anetPeerToString (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.h | 73 int anetPeerToString(int fd, char *ip, size_t ip_len, int *port);
|
| H A D | anet.c | 586 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 D | replication.c | 60 anetPeerToString(c->fd,ip,sizeof(ip),NULL) != -1) in replicationGetSlaveName() 2095 if (anetPeerToString(slave->fd,ip,sizeof(ip),NULL) == -1) in roleCommand()
|
| H A D | server.c | 3573 if (anetPeerToString(slave->fd,ip,sizeof(ip),&port) == -1) in genRedisInfoString()
|
| H A D | cluster.c | 1449 anetPeerToString(link->fd, buf, NET_IP_STR_LEN, NULL); in nodeIp2String()
|