HomeSort by: relevance | last modified time | path
    Searched defs:srpl_connection_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-proxy.h 25 typedef struct srpl_connection srpl_connection_t; typedef in typeref:struct:srpl_connection
45 bool srp_parse_host_messages_evaluate(srp_server_t *NONNULL server_state, srpl_connection_t *NONNULL srpl_connection,
srp-mdns-proxy.h 33 typedef struct srpl_connection srpl_connection_t; typedef in typeref:struct:srpl_connection
61 typedef struct srpl_connection srpl_connection_t; typedef in typeref:struct:srpl_connection
90 srpl_connection_t *NULLABLE connections; // list of connections that other srp servers create to connect to us
182 srpl_connection_t *NULLABLE srpl_connection; // SRP replication server that is currently updating this host.
283 srpl_connection_t *NULLABLE srpl_connection; // SRP replication connection on which update was received.
srp-replication.h 24 // srpl_connection_t and an srpl_event_t. The function is called once on entering the
45 // srpl_connection_t is stashed on the event; srpl_deferred_event_deliver is then called asynchronously to deliver the
46 // event, release the reference to the srpl_connection_t, and free the event data structure.
136 typedef struct srpl_connection srpl_connection_t; typedef in typeref:struct:srpl_connection
215 typedef srpl_state_t (*srpl_action_t)(srpl_connection_t *NONNULL connection, srpl_event_t *NULLABLE event);
255 srpl_connection_t *NULLABLE srpl_connection; // if the event's been deferred, otherwise ALWAYS NULL.
286 void (*NULLABLE srpl_advertise_finished_callback)(srpl_connection_t *NONNULL connection);
288 srpl_connection_t *NULLABLE next;
340 srpl_connection_t *NULLABLE connection;
441 srpl_connection_t *NULLABLE srpl_connection_create(srpl_instance_t *NONNULL instance, bool outgoing)
    [all...]

Completed in 22 milliseconds