Searched refs:hc_controladdr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | hastd.c | 502 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 D | parse.y | 153 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 D | hast.h | 115 char hc_controladdr[HAST_ADDRSIZE]; member
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
H A D | hast_snmp.c | 213 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()
|