Include dependency graph for bonjour.c:

Data Structures | |
| struct | services_discovery_sys_t |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static void | Run (services_discovery_t *p_intf) |
| static void | client_callback (AvahiClient *c, AvahiClientState state, void *userdata) |
| static void | resolve_callback (AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, void *userdata) |
| static void | browse_callback (AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, void *userdata) |
| static void browse_callback | ( | AvahiServiceBrowser * | b, | |
| AvahiIfIndex | interface, | |||
| AvahiProtocol | protocol, | |||
| AvahiBrowserEvent | event, | |||
| const char * | name, | |||
| const char * | type, | |||
| const char * | domain, | |||
| void * | userdata | |||
| ) | [static] |
| static void client_callback | ( | AvahiClient * | c, | |
| AvahiClientState | state, | |||
| void * | userdata | |||
| ) | [static] |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static void resolve_callback | ( | AvahiServiceResolver * | r, | |
| AvahiIfIndex | interface, | |||
| AvahiProtocol | protocol, | |||
| AvahiResolverEvent | event, | |||
| const char * | name, | |||
| const char * | type, | |||
| const char * | domain, | |||
| const char * | host_name, | |||
| const AvahiAddress * | address, | |||
| uint16_t | port, | |||
| AvahiStringList * | txt, | |||
| void * | userdata | |||
| ) | [static] |
| static void Run | ( | services_discovery_t * | p_intf | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1