Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c1890 server.masterhost,server.masterport,NET_FIRST_BIND_ADDR); in connectWithMaster()
H A Dsentinel.c2007 link->cc = redisAsyncConnectBind(ri->addr->ip,ri->addr->port,NET_FIRST_BIND_ADDR); in sentinelReconnectInstance()
2030 link->pc = redisAsyncConnectBind(ri->addr->ip,ri->addr->port,NET_FIRST_BIND_ADDR); in sentinelReconnectInstance()
H A Dserver.h448 #define NET_FIRST_BIND_ADDR (server.bindaddr_count ? server.bindaddr[0] : NULL) macro
H A Dcluster.c3390 node->cport, NET_FIRST_BIND_ADDR); in clusterCron()