Lines Matching defs:tasks
140 * - It has a struct work to handle handshakes and timer tasks
2675 WG_DLOG("tasks=%d, task=%d\n", wgp->wgp_tasks, task);
3569 unsigned int tasks;
3572 while ((tasks = wgp->wgp_tasks) != 0) {
3577 if (ISSET(tasks, WGP_TASK_SEND_INIT_MESSAGE))
3579 if (ISSET(tasks, WGP_TASK_RETRY_HANDSHAKE))
3581 if (ISSET(tasks, WGP_TASK_ESTABLISH_SESSION))
3583 if (ISSET(tasks, WGP_TASK_ENDPOINT_CHANGED))
3585 if (ISSET(tasks, WGP_TASK_SEND_KEEPALIVE_MESSAGE))
3587 if (ISSET(tasks, WGP_TASK_DESTROY_PREV_SESSION))