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

/freebsd-11-stable/sbin/hastctl/
H A Dhastctl.c58 static struct proto_conn *controlconn; variable in typeref:struct:proto_conn
536 if (proto_client(NULL, cfg->hc_controladdr, &controlconn) == -1) {
542 if (proto_connect(controlconn, HAST_TIMEOUT) == -1) {
551 if (hast_proto_send(NULL, controlconn, nv, NULL, 0) == -1) {
558 if (hast_proto_recv_hdr(controlconn, &nv) == -1) {

Completed in 230 milliseconds