Searched refs:remoteid (Results 1 – 12 of 12) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sainfo.c | 79 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);
|
D | sainfo.h | 59 int remoteid; member
|
D | isakmp_quick.c | 1808 int remoteid = 0; local 1862 remoteid=conf->ph1id; 1865 remoteid=0; 1870 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, remoteid);
|
D | pfkey.c | 1645 int remoteid=0; local 1864 remoteid=conf->ph1id; 1867 remoteid=0; 1870 iph2[n]->sainfo = getsainfo(idsrc, iddst, NULL, remoteid);
|
D | cfparse.y | 1157 cur_sainfo->remoteid); 1386 cur_sainfo->remoteid = $2;
|
D | handler.c | 1089 iph2->sainfo->remoteid); in revalidate_ph2()
|
/external/scapy/scapy/contrib/ |
D | isis.uts | 123 ISIS_LinkLocalRemoteIdentifiersSubTlv(localid=418, remoteid=54321),
|
/external/ipsec-tools/ |
D | ChangeLog | 559 * 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
|
D | NEWS | 45 o Support for ph1id to remoteid matching
|
D | setup.c | 685 const vchar_t *peer, int remoteid) in getsainfo() argument
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 2211 Added --dhcp-circuitid and --dhcp-remoteid for RFC3046
|
/external/scapy/test/ |
D | regression.uts | 4315 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"
|