Home
last modified time | relevance | path

Searched refs:hl_addr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/hastd/
H A Dhastd.c517 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0) in hastd_reload()
522 nlst->hl_addr); 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()
1300 lst->hl_addr); in main()
[all …]
H A Dparse.y208 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 Dhast.h107 char hl_addr[HAST_ADDRSIZE]; member