HomeSort by relevance Sort by last modified time
    Searched refs:EVT_PUSH (Results 1 - 10 of 10) sorted by null

  /external/ipsec-tools/src/racoon/
evt.h 79 void evt_push(struct sockaddr *, struct sockaddr *, int, vchar_t *);
83 #define EVT_PUSH(src, dst, type, optdata) evt_push(src, dst, type, optdata);
85 #define EVT_PUSH(src, dst, type, optdata) ;
session.c 454 EVT_PUSH(NULL, NULL, EVTT_RACOON_QUIT, NULL);
isakmp_inf.c 514 EVT_PUSH(del_ph1->local, del_ph1->remote,
536 EVT_PUSH(iph1->local, iph1->remote,
    [all...]
isakmp_agg.c 563 EVT_PUSH(iph1->local, iph1->remote,
    [all...]
isakmp_base.c 692 EVT_PUSH(iph1->local, iph1->remote,
1191 EVT_PUSH(iph1->local, iph1->remote,
    [all...]
isakmp.c     [all...]
isakmp_ident.c 767 EVT_PUSH(iph1->local, iph1->remote,
    [all...]
isakmp_xauth.c     [all...]
handler.c 293 EVT_PUSH(iph1->local, iph1->remote, EVTT_PHASE1_DOWN, NULL);
isakmp_cfg.c 478 EVT_PUSH(iph1->local, iph1->remote,
    [all...]

Completed in 198 milliseconds