Searched refs:sched_new (Results 1 - 10 of 10) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dschedule.h79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
H A Dschedule.c127 sched_new(tick, func, param) function
326 sched_new(*tick, test, tick);
H A Dsession.c460 sched_new(1, check_flushsa_stub, NULL);
541 sched_new(1, check_flushsa_stub, NULL);
H A Dnattraversal.c357 sched_new (lcconf->natt_ka_interval, natt_keepalive_send, NULL);
367 sched_new (lcconf->natt_ka_interval, natt_keepalive_send, NULL);
H A Disakmp.c867 iph1->sce = sched_new(iph1->approval->lifetime,
1916 iph1->scr = sched_new(iph1->rmconf->retry_interval,
1975 iph2->scr = sched_new(iph2->ph1->rmconf->retry_interval,
2017 iph1->sce = sched_new(1, isakmp_ph1expire_stub, iph1);
2021 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
2042 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
2100 iph2->sce = sched_new(1, isakmp_ph2delete_stub, iph2);
2197 sc = sched_new(1, isakmp_chkph1there_stub, iph2);
2216 sched_new(1, isakmp_chkph1there_stub, iph2);
2355 sched_new(
[all...]
H A Dhandler.c1032 sched_new(lt, sweep_recvdpkt, NULL);
1042 sched_new(lt, sweep_recvdpkt, NULL);
1315 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
H A Disakmp_inf.c1120 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
1707 iph1->dpd_r_u = sched_new(iph1->rmconf->dpd_retry,
1710 iph1->dpd_r_u = sched_new(iph1->rmconf->dpd_interval,
H A Disakmp_quick.c135 iph2->sce = sched_new(lcconf->wait_ph2complete,
1169 iph2->sce = sched_new(lcconf->wait_ph2complete,
H A Disakmp_xauth.c347 sched_new(throttle_delay, xauth_reply_stub, xra);
H A Dpfkey.c1301 iph2->sce = sched_new(iph2->approval->lifetime,

Completed in 216 milliseconds