Searched refs:EVT_PUSH (Results 1 – 10 of 10) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | evt.h | 83 #define EVT_PUSH(src, dst, type, optdata) evt_push(src, dst, type, optdata); macro 85 #define EVT_PUSH(src, dst, type, optdata) ; macro
|
D | isakmp.c | 1900 EVT_PUSH(iph1->local, iph1->remote, 1910 EVT_PUSH(iph1->local, iph1->remote, 1960 EVT_PUSH(iph2->src, iph2->dst, EVTT_PEER_NO_RESPONSE, NULL); 1969 EVT_PUSH(iph2->src, iph2->dst, EVTT_PEER_NO_RESPONSE, NULL); 2061 EVT_PUSH(iph1->local, iph1->remote, EVTT_PHASE1_DOWN, NULL); 2944 EVT_PUSH(iph1->local, iph1->remote, EVTT_PHASE1_UP, NULL); 2946 EVT_PUSH(iph1->local, iph1->remote, EVTT_NO_ISAKMP_CFG, NULL);
|
D | session.c | 454 EVT_PUSH(NULL, NULL, EVTT_RACOON_QUIT, NULL); in check_sigreq()
|
D | isakmp_inf.c | 513 EVT_PUSH(del_ph1->local, del_ph1->remote, 535 EVT_PUSH(iph1->local, iph1->remote, 1633 EVT_PUSH(iph1->local, iph1->remote, EVTT_DPD_TIMEOUT, NULL);
|
D | isakmp_base.c | 692 EVT_PUSH(iph1->local, iph1->remote, 1191 EVT_PUSH(iph1->local, iph1->remote,
|
D | isakmp_agg.c | 563 EVT_PUSH(iph1->local, iph1->remote, 1432 EVT_PUSH(iph1->local, iph1->remote,
|
D | isakmp_xauth.c | 1584 EVT_PUSH(iph1->local, iph1->remote, 1589 EVT_PUSH(iph1->local, iph1->remote,
|
D | isakmp_ident.c | 767 EVT_PUSH(iph1->local, iph1->remote, 1492 EVT_PUSH(iph1->local, iph1->remote,
|
D | handler.c | 293 EVT_PUSH(iph1->local, iph1->remote, EVTT_PHASE1_DOWN, NULL);
|
D | isakmp_cfg.c | 478 EVT_PUSH(iph1->local, iph1->remote,
|