HomeSort by: relevance | last modified time | path
    Searched refs:client_update_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-proxy.h 26 typedef struct client_update client_update_t; typedef in typeref:struct:client_update
33 client_update_t *NULLABLE srp_evaluate(const char *NULLABLE remote_name,
36 bool srp_update_start(client_update_t *NONNULL client_update);
38 void srp_parse_client_updates_free_(client_update_t *NULLABLE messages, const char *NONNULL file, int line);
srp-parse.c 51 srp_parse_client_updates_free_(client_update_t *messages, const char *file, int line)
53 client_update_t *message = messages;
56 client_update_t *next_message = message->next;
254 client_update_t *
277 client_update_t *ret = calloc(1, sizeof(*ret));
866 client_update_t *update = NULL;
915 srp_parse_eliminate_shadowed_updates(srp_server_t *server_state, client_update_t *new_message, client_update_t *old_message)
947 client_update_t *client_updates = NULL;
968 client_update_t *update = srp_evaluate(srpl_connection->name, NULL, message, i)
    [all...]
srp-mdns-proxy.h 30 typedef struct client_update client_update_t; typedef in typeref:struct:client_update
219 client_update_t *NULLABLE client;
281 client_update_t *NULLABLE next;
srp-mdns-proxy.c 104 static void prepare_update(adv_host_t *host, client_update_t *client_update);
582 comm_t *connection, message_t *message, int rcode, client_update_t *client, bool send_response,
1018 client_update_t *client = update->client;
1386 client_update_t *client = update->client;
1397 client_update_t *remaining_updates = NULL;
3107 prepare_update(adv_host_t *host, client_update_t *client_update)
3516 srp_update_start(client_update_t *client_update)
3530 for (client_update_t *update = client_update; update != NULL; update = update->next) {
3580 client_update_t *skip_update = client_update;

Completed in 19 milliseconds