Searched refs:sp_out (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dpfkey.c1640 struct secpolicy *sp_out = NULL, *sp_in = NULL; local
1762 sp_out = getspbyspid(xpl->sadb_x_policy_id);
1763 if (sp_out == NULL) {
1769 "suitable outbound SP found: %s.\n", spidx2str(&sp_out->spidx));
1776 memcpy(&spidx.src, &sp_out->spidx.dst, sizeof(spidx.src));
1777 memcpy(&spidx.dst, &sp_out->spidx.src, sizeof(spidx.dst));
1778 spidx.prefs = sp_out->spidx.prefd;
1779 spidx.prefd = sp_out->spidx.prefs;
1780 spidx.ul_proto = sp_out->spidx.ul_proto;
1835 "new acquire %s\n", spidx2str(&sp_out
[all...]
H A Disakmp_quick.c1913 struct secpolicy *sp_in, *sp_out;
2153 sp_out = getsp_r(&spidx);
2154 if (!sp_out) {
2176 if (set_proposal_from_policy(iph2, sp_in, sp_out) < 0) {
1912 struct secpolicy *sp_in, *sp_out; local

Completed in 75 milliseconds