Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching refs:host_context

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;