• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/

Lines Matching refs:avahi_entry_group_add_service

88 int avahi_entry_group_add_service(
100 /** Add a service, takes an AvahiStringList for TXT records. Arguments have the same meaning as for avahi_entry_group_add_service(). */
116 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. */,
117 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. */,
119 const char *name /**< The name of the service, as passed to avahi_entry_group_add_service(). May not be NULL. */,
120 const char *type /**< The type of the service, as passed to avahi_entry_group_add_service(). May not be NULL. */,
121 const char *domain /**< The domain this service resides is, as passed to avahi_entry_group_add_service(). May be NULL. */,
127 AvahiIfIndex interface /**< The interface this service is announced on. This should match the value passed to the original avahi_entry_group_add_service() call. */,
128 AvahiProtocol protocol /**< The protocol this service is announced with. This should match the value passed to the original avahi_entry_group_add_service() call. */,
130 const char *name /**< The name of the service, as passed to avahi_entry_group_add_service(). May not be NULL. */,
131 const char *type /**< The type of the service, as passed to avahi_entry_group_add_service(). May not be NULL. */,
132 const char *domain /**< The domain this service resides is, as passed to avahi_entry_group_add_service(). May be NULL. */,