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

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c503 if (strcmp(cfg->hc_controladdr, newcfg->hc_controladdr) != 0) {
504 if (proto_server(newcfg->hc_controladdr,
508 newcfg->hc_controladdr);
573 cfg->hc_controladdr, newcfg->hc_controladdr);
577 strlcpy(cfg->hc_controladdr, newcfg->hc_controladdr,
578 sizeof(cfg->hc_controladdr));
1290 if (proto_server(cfg->hc_controladdr,
[all...]
H A Dparse.y265 if (lconfig->hc_controladdr[0] == '\0') {
266 strlcpy(lconfig->hc_controladdr, depth0_control,
267 sizeof(lconfig->hc_controladdr));
460 if (strlcpy(lconfig->hc_controladdr, $2,
461 sizeof(lconfig->hc_controladdr)) >=
462 sizeof(lconfig->hc_controladdr)) {
H A Dhast.h115 char hc_controladdr[HAST_ADDRSIZE]; member in struct:hastd_config
/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c534 if (proto_client(NULL, cfg->hc_controladdr, &controlconn) == -1) {
537 cfg->hc_controladdr);
542 cfg->hc_controladdr);
552 cfg->hc_controladdr);
559 cfg->hc_controladdr);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c214 if (proto_client(NULL, cfg->hc_controladdr, &conn) == -1) {
216 cfg->hc_controladdr);
222 cfg->hc_controladdr);
229 cfg->hc_controladdr);
236 cfg->hc_controladdr);

Completed in 103 milliseconds