Lines Matching refs:ip_address
80 -static const gchar *ip_address = NULL;
89 - { "ip-address", 'I', 0, G_OPTION_ARG_STRING, &ip_address,
101 - device = upnp_device_init(upnp_renderer, ip_address, listen_port);
114 - const char *ip_address,
121 - rc = UpnpInit(ip_address, port);
131 - ip_address, port, UpnpGetErrorMessage(rc), rc, retries_left);
132 - rc = UpnpInit(ip_address, port);
139 - ip_address, port, UpnpGetErrorMessage(rc), rc);
149 - const char *ip_address,
158 - if (!initialize_device(device_def, result_device, ip_address, port)) {
171 - const char *ip_address,