Searched refs:NET_FIRST_BIND_ADDR (Results 1 – 4 of 4) sorted by relevance
441 #define NET_FIRST_BIND_ADDR (server.bindaddr_count ? server.bindaddr[0] : NULL) macro
1658 server.masterhost,server.masterport,NET_FIRST_BIND_ADDR); in connectWithMaster()
1914 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()
3103 node->port+CLUSTER_PORT_INCR, NET_FIRST_BIND_ADDR); in clusterCron()