Home
last modified time | relevance | path

Searched refs:remoteid (Results 1 – 12 of 12) 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/scapy/scapy/contrib/
Disis.uts123 ISIS_LinkLocalRemoteIdentifiersSubTlv(localid=418, remoteid=54321),
/external/ipsec-tools/
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
Dsetup.c685 const vchar_t *peer, int remoteid) in getsainfo() argument
/external/dnsmasq/
DCHANGELOG.archive2211 Added --dhcp-circuitid and --dhcp-remoteid for RFC3046
/external/scapy/test/
Dregression.uts4315 a.optcode == 37 and a.optlen == 4 and a.enterprisenum == 0 and a.remoteid == b""
4318 raw(DHCP6OptRemoteID(enterprisenum=0xeeeeeeee, remoteid="someid")) == b'\x00%\x00\n\xee\xee\xee\xee…
4322 a.optcode == 37 and a.optlen == 10 and a.enterprisenum == 0xeeeeeeee and a.remoteid == b"someid"