Home | History | Annotate | Download | only in test

Lines Matching refs:host_context

49     void *NONNULL host_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)
379 (void)host_context;
391 srp_cancel_wakeup(void *host_context, void *context)
395 (void)host_context;
405 srp_send_datagram(void *host_context, void *context, void *message, size_t message_length)
409 srp_server_t *srp_server = host_context;