Home
last modified time | relevance | path

Searched refs:remoteid (Results 1 – 10 of 10) sorted by relevance

/external/ipsec-tools/src/racoon/
Dsainfo.c79 getsainfo(loc, rmt, peer, remoteid)
81 int remoteid;
111 dloc, drmt, dpeer, remoteid );
127 if(s->remoteid != remoteid)
295 idloc, idrmt, id_i, si->remoteid);
Dsainfo.h59 int remoteid; member
Disakmp_quick.c1808 int remoteid = 0; local
1862 remoteid=conf->ph1id;
1865 remoteid=0;
1870 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, remoteid);
Dpfkey.c1645 int remoteid=0; local
1864 remoteid=conf->ph1id;
1867 remoteid=0;
1870 iph2[n]->sainfo = getsainfo(idsrc, iddst, NULL, remoteid);
Dcfparse.y1157 cur_sainfo->remoteid);
1386 cur_sainfo->remoteid = $2;
Dhandler.c1089 iph2->sainfo->remoteid); in revalidate_ph2()
/external/ipsec-tools/
Dsetup.c353 const vchar_t *peer, int remoteid) in getsainfo() argument
DChangeLog559 * src/racoon/racoon.conf.5: Added remoteid/ph1id syntax
561 * src/racoon/: cfparse.y, cftoken.l: Parses remoteid/ph1id values
564 remoteid/ph1id values
566 * src/racoon/: remoteconf.h, sainfo.h: Added remoteid/ph1id values
DNEWS45 o Support for ph1id to remoteid matching
/external/dnsmasq/
DCHANGELOG.archive2211 Added --dhcp-circuitid and --dhcp-remoteid for RFC3046