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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-api.h 48 int srp_host_init(void *NULLABLE host_context);
113 srp_key_t *NULLABLE srp_get_key(const char *NONNULL key_name, void *NULLABLE host_context);
116 int srp_reset_key(const char *NONNULL key_name, void *NULLABLE host_context);
124 uint8_t *NONNULL port, void *NULLABLE host_context);
132 uint8_t *NONNULL port, void *NULLABLE host_context);
139 int srp_make_udp_context(void *NULLABLE host_context, void *NULLABLE *NONNULL p_context,
158 int srp_deactivate_udp_context(void *NONNULL host_context, void *NONNULL context);
162 int srp_send_datagram(void *NULLABLE host_context,
168 int srp_set_wakeup(void *NULLABLE host_context,
172 int srp_cancel_wakeup(void *NULLABLE host_context, void *NONNULL context)
    [all...]
srp-filedata.c 36 srp_load_file_data(void *host_context, const char *filename, uint8_t *buffer, uint16_t *length, uint16_t buffer_size)
41 (void)host_context;
73 srp_store_file_data(void *host_context, const char *filename, uint8_t *buffer, uint16_t length)
77 (void)host_context;
101 uint8_t *NONNULL port, void *NULLABLE host_context)
108 if (!srp_load_file_data(host_context, "/var/run/srp-last-server", buffer, &length, sizeof(buffer))) {
141 uint8_t *NONNULL port, void *NULLABLE host_context)
166 if (!srp_store_file_data(host_context, "/var/run/srp-last-server", buffer, length)) {
174 srp_load_key_data(void *host_context, const char *key_name, uint8_t *buffer, uint16_t *length, uint16_t buffer_size)
176 if (srp_load_file_data(host_context, key_name, buffer, length, buffer_size))
    [all...]
srp-crypto.h 124 int srp_load_key_data(void *NULLABLE host_context, const char *NONNULL key_name,
132 int srp_store_key_data(void *NULLABLE host_context, const char *NONNULL key_name, uint8_t *NONNULL buffer,
135 int srp_remove_key_file(void *NULLABLE host_context, const char *NONNULL key_name);
srp-thread.c 183 srp_deactivate_udp_context(void *host_context, void *in_context)
261 srp_make_udp_context(void *host_context, void **p_context, srp_datagram_callback_t callback, void *context)
279 srp_set_wakeup(void *host_context, void *context, int milliseconds, srp_wakeup_callback_t callback)
297 srp_cancel_wakeup(void *host_context, void *context)
310 srp_send_datagram(void *host_context, void *context, void *payload, size_t message_length)
378 srp_load_key_data(void *host_context, const char *key_name,
399 srp_store_key_data(void *host_context, const char *name, uint8_t *buffer, uint16_t length)
411 srp_reset_key(const char *name, void *host_context)
srp-ioloop.c 144 srp_deactivate_udp_context(void *host_context, void *in_context)
148 (void)host_context;
245 srp_make_udp_context(void *host_context, void **p_context, srp_datagram_callback_t callback, void *context)
247 (void)host_context;
268 srp_set_wakeup(void *host_context, void *context, int milliseconds, srp_wakeup_callback_t callback)
272 (void)host_context;
284 srp_cancel_wakeup(void *host_context, void *context)
288 (void)host_context;
298 srp_send_datagram(void *host_context, void *context, void *message, size_t message_length)
303 (void)host_context;
    [all...]
ioloop.h 396 bool srp_load_file_data(void *NULLABLE host_context, const char *NONNULL filename, uint8_t *NONNULL buffer,
398 bool srp_store_file_data(void *NULLABLE host_context, const char *NONNULL filename, uint8_t *NONNULL buffer,
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-api.c 49 void *NONNULL host_context; member in struct:io_context
184 uint8_t *NONNULL UNUSED port, void *NULLABLE UNUSED host_context)
191 uint8_t *UNUSED port, void *UNUSED host_context)
210 srp_deactivate_udp_context(void *host_context, void *in_context)
214 (void)host_context;
324 srp_server_t *server_state = io_context->host_context;
338 srp_make_udp_context(void *host_context, void **p_context, srp_datagram_callback_t callback, void *context)
347 io_context->host_context = host_context;
375 srp_set_wakeup(void *host_context, void *context, int milliseconds, srp_wakeup_callback_t callback
    [all...]

Completed in 19 milliseconds