Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastctl/
H A Dhastctl.c55 static struct proto_conn *controlconn; variable
533 if (proto_client(NULL, cfg->hc_controladdr, &controlconn) == -1) { in main()
539 if (proto_connect(controlconn, HAST_TIMEOUT) == -1) { in main()
548 if (hast_proto_send(NULL, controlconn, nv, NULL, 0) == -1) { in main()
555 if (hast_proto_recv_hdr(controlconn, &nv) == -1) { in main()