Searched refs:anetTcpAccept (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.h | 64 int anetTcpAccept(char *err, int serversock, char *ip, size_t ip_len, int *port);
|
| H A D | anet.c | 557 int anetTcpAccept(char *err, int s, char *ip, size_t ip_len, int *port) { in anetTcpAccept() function
|
| H A D | networking.c | 742 cfd = anetTcpAccept(server.neterr, fd, cip, sizeof(cip), &cport); in acceptTcpHandler()
|
| H A D | cluster.c | 629 cfd = anetTcpAccept(server.neterr, fd, cip, sizeof(cip), &cport); in clusterAcceptHandler()
|