Searched refs:anetSetReuseAddr (Results 1 – 1 of 1) sorted by relevance
247 static int anetSetReuseAddr(char *err, int fd) { in anetSetReuseAddr() function267 if (anetSetReuseAddr(err,s) == ANET_ERR) { in anetCreateSocket()299 if (anetSetReuseAddr(err,s) == ANET_ERR) goto error; in anetTcpGenericConnect()495 if (anetSetReuseAddr(err,s) == ANET_ERR) goto error; in _anetTcpServer()