Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dhastd.c502 if (strcmp(cfg->hc_controladdr, newcfg->hc_controladdr) != 0) { in hastd_reload()
503 if (proto_server(newcfg->hc_controladdr, in hastd_reload()
507 newcfg->hc_controladdr); in hastd_reload()
572 cfg->hc_controladdr, newcfg->hc_controladdr); in hastd_reload()
576 strlcpy(cfg->hc_controladdr, newcfg->hc_controladdr, in hastd_reload()
577 sizeof(cfg->hc_controladdr)); in hastd_reload()
1290 if (proto_server(cfg->hc_controladdr, &cfg->hc_controlconn) == -1) { in main()
1293 cfg->hc_controladdr); in main()
1328 cfg->hc_controladdr); in main()
H A Dparse.y153 if (strlcpy(lconfig->hc_controladdr, $2,
154 sizeof(lconfig->hc_controladdr)) >=
155 sizeof(lconfig->hc_controladdr)) {
911 if (lconfig->hc_controladdr[0] == '\0') { in yy_config_parse()
912 strlcpy(lconfig->hc_controladdr, depth0_control, in yy_config_parse()
913 sizeof(lconfig->hc_controladdr)); in yy_config_parse()
H A Dhast.h115 char hc_controladdr[HAST_ADDRSIZE]; member
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c213 if (proto_client(NULL, cfg->hc_controladdr, &conn) == -1) { in hastctl()
215 cfg->hc_controladdr); in hastctl()
221 cfg->hc_controladdr); in hastctl()
228 cfg->hc_controladdr); in hastctl()
235 cfg->hc_controladdr); in hastctl()