Home | History | Annotate | Download | only in avahi-daemon

Lines Matching defs:arg

267     char cmd[64], arg[64];
276 if ((n_args = sscanf(s, "%63s %63s", cmd, arg)) < 1 ) {
298 if (!(c->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_INET, AVAHI_LOOKUP_USE_MULTICAST, host_name_resolver_callback, c)))
301 avahi_log_debug(__FILE__": Got %s request for '%s'.", cmd, arg);
304 if (!(c->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_INET6, AVAHI_LOOKUP_USE_MULTICAST, host_name_resolver_callback, c)))
307 avahi_log_debug(__FILE__": Got %s request for '%s'.", cmd, arg);
310 if (!(c->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_UNSPEC, AVAHI_LOOKUP_USE_MULTICAST, host_name_resolver_callback, c)))
313 avahi_log_debug(__FILE__": Got %s request for '%s'.", cmd, arg);
317 if (!(avahi_address_parse(arg, AVAHI_PROTO_UNSPEC, &addr))) {
318 client_output_printf(c, "%+i Failed to parse address \"%s\".\n", AVAHI_ERR_INVALID_ADDRESS, arg);
326 avahi_log_debug(__FILE__": Got %s request for '%s'.", cmd, arg);