proto_client
if (proto_client(NULL, cfg->hc_controladdr, &controlconn) == -1) {
if (proto_client(res->hr_sourceaddr[0] != '\0' ? res->hr_sourceaddr : NULL,
if (proto_client(NULL, "socketpair://", &res->hr_ctrl) == -1) {
if (proto_client(NULL, "socketpair://", &res->hr_event) == -1) {
if (proto_client(NULL, "socketpair://", &res->hr_conn) == -1) {
int proto_client(const char *srcaddr, const char *dstaddr,
if (proto_client(NULL, "socketpair://", &res->hr_ctrl) == -1) {
if (proto_client(NULL, "socketpair://", &res->hr_event) == -1) {
if (proto_client(NULL, cfg->hc_controladdr, &conn) == -1) {