Lines Matching full:dispatcher
141 /** How many sockets the dispatcher is able to poll. */
149 /** @brief What is the type of the socket given to DNS socket dispatcher,
162 * @brief Callback used when the DNS socket dispatcher has found a handler for
178 /** @brief DNS socket dispatcher context. */
180 /** slist node for the different dispatcher contexts */
182 /** Socket service for this dispatcher instance */
197 /** DNS socket dispatcher callback is called for incoming traffic */
211 /** Mutex lock protecting access to this dispatcher context */
219 struct dns_socket_dispatcher dispatcher; member
225 * @brief Register a DNS dispatcher socket. Each code wanting to use
226 * the dispatcher needs to create the dispatcher context and call
229 * @param ctx DNS socket dispatcher context.
236 * @brief Unregister a DNS dispatcher socket. Called when the
240 * @param ctx DNS socket dispatcher context.
360 struct dns_socket_dispatcher dispatcher; member