Searched refs:sched_new (Results 1 – 10 of 10) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | schedule.h | 79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
|
D | schedule.c | 127 sched_new(tick, func, param) in sched_new() function 326 sched_new(*tick, test, tick); in getstdin()
|
D | session.c | 460 sched_new(1, check_flushsa_stub, NULL); in check_sigreq() 541 sched_new(1, check_flushsa_stub, NULL); in check_flushsa()
|
D | nattraversal.c | 357 sched_new (lcconf->natt_ka_interval, natt_keepalive_send, NULL); in natt_keepalive_send() 367 sched_new (lcconf->natt_ka_interval, natt_keepalive_send, NULL); in natt_keepalive_init()
|
D | isakmp.c | 871 iph1->sce = sched_new(iph1->approval->lifetime, 1921 iph1->scr = sched_new(iph1->rmconf->retry_interval, 1980 iph2->scr = sched_new(iph2->ph1->rmconf->retry_interval, 2022 iph1->sce = sched_new(1, isakmp_ph1expire_stub, iph1); 2026 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); 2047 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); 2105 iph2->sce = sched_new(1, isakmp_ph2delete_stub, iph2); 2201 sc = sched_new(1, isakmp_chkph1there_stub, iph2); 2220 sched_new(1, isakmp_chkph1there_stub, iph2); 2359 sched_new(1, isakmp_chkph1there_stub, iph2); [all …]
|
D | handler.c | 1032 sched_new(lt, sweep_recvdpkt, NULL); 1042 sched_new(lt, sweep_recvdpkt, NULL); in init_recvdpkt() 1315 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); in remove_ph1()
|
D | isakmp_inf.c | 1119 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); 1706 iph1->dpd_r_u = sched_new(iph1->rmconf->dpd_retry, 1709 iph1->dpd_r_u = sched_new(iph1->rmconf->dpd_interval,
|
D | isakmp_quick.c | 134 iph2->sce = sched_new(lcconf->wait_ph2complete, 1168 iph2->sce = sched_new(lcconf->wait_ph2complete,
|
D | isakmp_xauth.c | 347 sched_new(throttle_delay, xauth_reply_stub, xra);
|
D | pfkey.c | 1301 iph2->sce = sched_new(iph2->approval->lifetime,
|