Lines Matching refs:bind_address
217 if (options.bind_address == NULL)225 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);227 error("getaddrinfo: %s: %s", options.bind_address,233 error("bind: %s: %s", options.bind_address, strerror(errno));