Searched refs:remoteid (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | sainfo.c | 80 getsainfo(loc, rmt, peer, client, remoteid) in getsainfo() argument 82 uint32_t remoteid; 114 dloc, drmt, dpeer, dclient, remoteid ); 127 if(s->remoteid != remoteid) { 130 s->remoteid, remoteid); 239 if(s->remoteid) in prisainfo() 390 idloc, idrmt, id_i, si->remoteid);
|
| H A D | sainfo.h | 63 uint32_t remoteid; member
|
| H A D | isakmp.c | 2253 uint32_t remoteid = 0; local 2282 remoteid = conf->ph1id; 2286 iph2->sainfo = getsainfo(idsrc, iddst, NULL, NULL, remoteid);
|
| H A D | cfparse.y | 1472 cur_sainfo->remoteid); 1719 cur_sainfo->remoteid = $2;
|
| H A D | handler.c | 1254 NULL, iph2->sainfo->remoteid); in revalidate_ph2()
|
| /netbsd-src/crypto/dist/ipsec-tools/ |
| H A D | NEWS | 63 o Support for ph1id to remoteid matching
|