Searched defs:remoteid (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsainfo.h59 int remoteid; member in struct:sainfo
H A Dsainfo.c79 getsainfo(loc, rmt, peer, remoteid)
81 int remoteid; variable
111 dloc, drmt, dpeer, remoteid );
127 if(s->remoteid != remoteid)
295 idloc, idrmt, id_i, si->remoteid);
H A Disakmp_quick.c1809 int remoteid = 0;
1863 remoteid=conf->ph1id;
1866 remoteid=0;
1871 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, remoteid);
1808 int remoteid = 0; local
H A Dpfkey.c1645 int remoteid=0; local
1864 remoteid=conf->ph1id;
1867 remoteid=0;
1870 iph2[n]->sainfo = getsainfo(idsrc, iddst, NULL, remoteid);
/external/ipsec-tools/
H A Dsetup.c648 const vchar_t *peer, int remoteid)
647 getsainfo(const vchar_t *src, const vchar_t *dst, const vchar_t *peer, int remoteid) argument

Completed in 134 milliseconds