Searched refs:hl_addr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | hastd.c | 517 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0) in hastd_reload() 522 nlst->hl_addr); in hastd_reload() 525 } else if (proto_server(nlst->hl_addr, &nlst->hl_conn) == 0) { in hastd_reload() 527 nlst->hl_addr); in hastd_reload() 531 "Unable to listen on address %s", nlst->hl_addr); in hastd_reload() 595 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0) in hastd_reload() 601 clst->hl_addr); in hastd_reload() 704 if (strcmp(nlst->hl_addr, in hastd_reload() 705 clst->hl_addr) == 0) { in hastd_reload() 1297 if (proto_server(lst->hl_addr, &lst->hl_conn) == -1) { in main() [all …]
|
H A D | parse.y | 208 if (strlcpy(lst->hl_addr, $2, sizeof(lst->hl_addr)) >= 209 sizeof(lst->hl_addr)) { 933 (void)strlcpy(lst->hl_addr, depth0_listen_tcp4, in yy_config_parse() 934 sizeof(lst->hl_addr)); in yy_config_parse() 949 (void)strlcpy(lst->hl_addr, depth0_listen_tcp6, in yy_config_parse() 950 sizeof(lst->hl_addr)); in yy_config_parse()
|
H A D | hast.h | 107 char hl_addr[HAST_ADDRSIZE]; member
|