Searched defs:ph1 (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Devt.c306 evt_phase1(ph1, type, optdata)
307 const struct ph1handle *ph1;
316 if (ph1->local)
317 memcpy(&e->evt.ec_ph1src, ph1->local, sysdep_sa_len(ph1->local));
318 if (ph1->remote)
319 memcpy(&e->evt.ec_ph1dst, ph1->remote, sysdep_sa_len(ph1->remote));
321 evtmsg_broadcast(&ph1->evt_listeners, e);
335 struct ph1handle *ph1 local
[all...]
H A Dadmin.c428 struct ph1handle *ph1; local
435 ph1 = getph1byaddr(src, dst, 0);
436 if (ph1 != NULL) {
437 event_list = &ph1->evt_listeners;
438 if (ph1->status == PHASE1ST_ESTABLISHED)
483 ph1 = isakmp_ph1begin_i(rmconf, dst, src);
484 if (ph1 == NULL)
487 event_list = &ph1->evt_listeners;
H A Dhandler.h121 struct sockaddr *remote; /* remote address to negosiate ph1 */
122 struct sockaddr *local; /* local address to negosiate ph1 */
222 /* For limiting enumeration of ph1 tree */
351 struct ph1handle *ph1; /* back pointer to isakmp status */ member in struct:ph2handle
369 struct sockaddr *remote; /* remote address to negosiate ph1 */

Completed in 144 milliseconds