Lines Matching defs:action

484 		  isc_taskaction_t action, const void *arg);
488 isc_taskaction_t action, const void *arg);
495 isc_task_t *task, isc_taskaction_t action, const void *arg);
498 isc_task_t *task, isc_taskaction_t action, const void *arg,
502 isc_task_t *task, isc_taskaction_t action, const void *arg);
505 isc_task_t *task, isc_taskaction_t action, const void *arg,
526 isc_task_t *task, isc_taskaction_t action, const void *arg);
529 isc_task_t *task, isc_taskaction_t action,
1586 isc_taskaction_t action, const void *arg)
1592 action, arg,
2489 int action = IPV6_PMTUDISC_DONT;
2491 IPV6_MTU_DISCOVER, &action,
2492 sizeof(action));
2503 int action = IP_PMTUDISC_DONT;
2505 &action, sizeof(action));
2551 * 'action' will be called with 'arg' as the arg value. The new
2631 * will be posted to 'task' and when dispatched 'action' will be
2706 * will be posted to 'task' and when dispatched 'action' will be
4536 isc_taskaction_t action, const void *arg)
4548 REQUIRE(action != NULL);
4558 dev = allocate_socketevent(sock, ISC_SOCKEVENT_RECVDONE, action, arg);
4590 isc_taskaction_t action, const void *arg)
4597 REQUIRE(action != NULL);
4604 dev = allocate_socketevent(sock, ISC_SOCKEVENT_RECVDONE, action, arg);
4735 isc_task_t *task, isc_taskaction_t action, const void *arg)
4740 return (isc__socket_sendto(sock, region, task, action, arg, NULL,
4746 isc_task_t *task, isc_taskaction_t action, const void *arg,
4756 REQUIRE(action != NULL);
4763 dev = allocate_socketevent(sock, ISC_SOCKEVENT_SENDDONE, action, arg);
4774 isc_task_t *task, isc_taskaction_t action, const void *arg)
4776 return (isc__socket_sendtov(sock, buflist, task, action, arg, NULL,
4782 isc_task_t *task, isc_taskaction_t action, const void *arg,
4795 REQUIRE(action != NULL);
4803 dev = allocate_socketevent(sock, ISC_SOCKEVENT_SENDDONE, action, arg);
5180 isc_task_t *task, isc_taskaction_t action, const void *arg)
5205 action, arg, sizeof(*dev));
5255 isc_task_t *task, isc_taskaction_t action, const void *arg)
5268 REQUIRE(action != NULL);
5283 action, arg,