bind_name         319 daemons/execd/remoted_tls.c get_address_info(const char *bind_name, int port, struct addrinfo **res)
bind_name         332 daemons/execd/remoted_tls.c     rc = getaddrinfo(bind_name, port_str, &hints, res);
bind_name         337 daemons/execd/remoted_tls.c                 (bind_name? bind_name : "local node"), pcmk_rc_str(rc));
bind_name         351 daemons/execd/remoted_tls.c     const char *bind_name = pcmk__env_option(PCMK__ENV_REMOTE_ADDRESS);
bind_name         361 daemons/execd/remoted_tls.c               (bind_name? bind_name : "all addresses on"), port);
bind_name         382 daemons/execd/remoted_tls.c     if (get_address_info(bind_name, port, &res) != pcmk_rc_ok) {
bind_name         417 daemons/execd/remoted_tls.c                   (bind_name? bind_name : "all addresses on"), port);