Home
last modified time | relevance | path

Searched refs:StaticHost (Results 1 – 1 of 1) sorted by relevance

/external/avahi/avahi-daemon/
Dstatic-hosts.c37 typedef struct StaticHost StaticHost; typedef
39 struct StaticHost { struct
46 AVAHI_LLIST_FIELDS(StaticHost, hosts); argument
49 static AVAHI_LLIST_HEAD(StaticHost, hosts) = NULL;
52 static void add_static_host_to_server(StaticHost *h);
53 static void remove_static_host_from_server(StaticHost *h);
56 StaticHost *h; in entry_group_callback()
83 static StaticHost *static_host_new(void) { in static_host_new()
84 StaticHost *s; in static_host_new()
86 s = avahi_new(StaticHost, 1); in static_host_new()
[all …]