Home
last modified time | relevance | path

Searched defs:adv_host (Results 1 – 1 of 1) sorted by relevance

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/ServiceRegistration/
H A Dsrp-mdns-proxy.h52 struct adv_host { struct
57 adv_host_t *NULLABLE next; // Hosts are maintained in a linked list. argument
58 adv_update_t *NULLABLE updates; // Updates to this host, if any
59 … *NULLABLE clients; // Updates that clients have sent for which replies have not yet been sent.
60 char *NONNULL name; // Name of host (without domain)
61 …egistered_name; // The name that is registered, which may be different due to mDNS conflict
62 int name_serial; // The number we are using to disambiguate the name.
86 adv_host_t *NONNULL host; // Host being updated argument