/external/ipsec-tools/src/racoon/ |
schedule.h | 79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
|
schedule.c | 127 sched_new(tick, func, param) function 326 sched_new(*tick, test, tick);
|
session.c | 460 sched_new(1, check_flushsa_stub, NULL); 541 sched_new(1, check_flushsa_stub, NULL);
|
nattraversal.c | 357 sched_new (lcconf->natt_ka_interval, natt_keepalive_send, NULL); 367 sched_new (lcconf->natt_ka_interval, natt_keepalive_send, NULL);
|
isakmp.c | 867 iph1->sce = sched_new(iph1->approval->lifetime, [all...] |
handler.c | 1032 sched_new(lt, sweep_recvdpkt, NULL); 1042 sched_new(lt, sweep_recvdpkt, NULL); 1315 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
|
isakmp_inf.c | 1120 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); [all...] |
isakmp_quick.c | 135 iph2->sce = sched_new(lcconf->wait_ph2complete, 1169 iph2->sce = sched_new(lcconf->wait_ph2complete, [all...] |
isakmp_xauth.c | 347 sched_new(throttle_delay, xauth_reply_stub, xra); [all...] |
pfkey.c | 1301 iph2->sce = sched_new(iph2->approval->lifetime, [all...] |