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

/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c56 static struct proto_conn *controlconn; variable in typeref:struct:proto_conn
534 if (proto_client(NULL, cfg->hc_controladdr, &controlconn) == -1) {
540 if (proto_connect(controlconn, HAST_TIMEOUT) == -1) {
549 if (hast_proto_send(NULL, controlconn, nv, NULL, 0) == -1) {
556 if (hast_proto_recv_hdr(controlconn, &nv) == -1) {

Completed in 46 milliseconds