bind_name         315 daemons/execd/remoted_tls.c get_address_info(const char *bind_name, int port, struct addrinfo **res)
bind_name         328 daemons/execd/remoted_tls.c     rc = getaddrinfo(bind_name, port_str, &hints, res);
bind_name         333 daemons/execd/remoted_tls.c                 (bind_name? bind_name : "local node"), pcmk_rc_str(rc));
bind_name         347 daemons/execd/remoted_tls.c     const char *bind_name = pcmk__env_option(PCMK__ENV_REMOTE_ADDRESS);
bind_name         357 daemons/execd/remoted_tls.c               (bind_name? bind_name : "all addresses on"), port);
bind_name         378 daemons/execd/remoted_tls.c     if (get_address_info(bind_name, port, &res) != pcmk_rc_ok) {
bind_name         413 daemons/execd/remoted_tls.c                   (bind_name? bind_name : "all addresses on"), port);