Searched refs:NET_FIRST_BIND_ADDR (Results 1 – 4 of 4) sorted by relevance
1890 server.masterhost,server.masterport,NET_FIRST_BIND_ADDR); in connectWithMaster()
2007 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()
448 #define NET_FIRST_BIND_ADDR (server.bindaddr_count ? server.bindaddr[0] : NULL) macro
3390 node->cport, NET_FIRST_BIND_ADDR); in clusterCron()