Home | History | Annotate | Download | only in racoon

Lines Matching refs:spidx

495 			struct policyindex spidx;
500 memset(&spidx, 0, sizeof(spidx));
501 spidx.dir = IPSEC_DIR_OUTBOUND;
502 memcpy(&spidx.src, src, sizeof(spidx.src));
503 memcpy(&spidx.dst, dst, sizeof(spidx.dst));
504 spidx.prefs = ndx->prefs;
505 spidx.prefd = ndx->prefd;
506 spidx.ul_proto = ndx->ul_proto;
508 sp_out = getsp_r(&spidx);
512 spidx2str(&sp_out->spidx));
517 spidx2str(&spidx));
532 memset(&spidx, 0, sizeof(spidx));
533 spidx.dir = IPSEC_DIR_INBOUND;
534 memcpy(&spidx.src, dst, sizeof(spidx.src));
535 memcpy(&spidx.dst, src, sizeof(spidx.dst));
536 spidx.prefs = ndx->prefd;
537 spidx.prefd = ndx->prefs;
538 spidx.ul_proto = ndx->ul_proto;
540 sp_in = getsp_r(&spidx);
544 spidx2str(&sp_in->spidx));
549 spidx2str(&spidx));