Home
last modified time | relevance | path

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

/src/sbin/hastctl/
H A Dhastctl.c54 static struct proto_conn *controlconn; variable
532 if (proto_client(NULL, cfg->hc_controladdr, &controlconn) == -1) { in main()
538 if (proto_connect(controlconn, HAST_TIMEOUT) == -1) { in main()
547 if (hast_proto_send(NULL, controlconn, nv, NULL, 0) == -1) { in main()
554 if (hast_proto_recv_hdr(controlconn, &nv) == -1) { in main()