Searched refs:avahi_entry_group_add_service (Results 1 - 4 of 4) sorted by relevance

/external/avahi/examples/
H A Dclient-publish-service.c115 if ((ret = avahi_entry_group_add_service(group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_ipp._tcp", NULL, NULL, 651, "test=blah", r, NULL)) < 0) {
125 if ((ret = avahi_entry_group_add_service(group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_printer._tcp", NULL, NULL, 515, NULL)) < 0) {
/external/avahi/avahi-client/
H A Dpublish.h86 int avahi_entry_group_add_service(
98 /** Add a service, takes an AvahiStringList for TXT records. Arguments have the same meaning as for avahi_entry_group_add_service(). */
114 AvahiIfIndex interface /**< The interface this subtype shall be announced on. This should match the value passed for the original avahi_entry_group_add_service() call. */,
115 AvahiProtocol protocol /**< The protocol this subtype shall be announced with. This should match the value passed for the original avahi_entry_group_add_service() call. */,
117 const char *name /**< The name of the service, as passed to avahi_entry_group_add_service(). May not be NULL. */,
118 const char *type /**< The type of the service, as passed to avahi_entry_group_add_service(). May not be NULL. */,
119 const char *domain /**< The domain this service resides is, as passed to avahi_entry_group_add_service(). May be NULL. */,
125 AvahiIfIndex interface /**< The interface this service is announced on. This should match the value passed to the original avahi_entry_group_add_service() call. */,
126 AvahiProtocol protocol /**< The protocol this service is announced with. This should match the value passed to the original avahi_entry_group_add_service() call. */,
128 const char *name /**< The name of the service, as passed to avahi_entry_group_add_service()
[all...]
H A Dclient-test.c194 avahi_entry_group_add_service (g, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, "Lathiat's Site", "_http._tcp", NULL, NULL, 80, "foo=bar2", NULL);
258 printf("%s\n", avahi_strerror(avahi_entry_group_add_service (group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, "Lathiat's Site", "_http._tcp", NULL, NULL, 80, "foo=bar", NULL)));
H A Dentrygroup.c496 int avahi_entry_group_add_service( function

Completed in 384 milliseconds