Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h441 #define NET_FIRST_BIND_ADDR (server.bindaddr_count ? server.bindaddr[0] : NULL) macro
H A Dreplication.c1658 server.masterhost,server.masterport,NET_FIRST_BIND_ADDR); in connectWithMaster()
H A Dsentinel.c1914 link->cc = redisAsyncConnectBind(ri->addr->ip,ri->addr->port,NET_FIRST_BIND_ADDR); in sentinelReconnectInstance()
1937 link->pc = redisAsyncConnectBind(ri->addr->ip,ri->addr->port,NET_FIRST_BIND_ADDR); in sentinelReconnectInstance()
H A Dcluster.c3103 node->port+CLUSTER_PORT_INCR, NET_FIRST_BIND_ADDR); in clusterCron()