HomeSort by: relevance | last modified time | path
    Searched refs:remoteid (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
sainfo.c 81 const vchar_t *client, uint32_t remoteid)
113 dloc, drmt, dpeer, dclient, remoteid );
126 if(s->remoteid != remoteid) {
128 "remoteid mismatch: %u != %u\n",
129 s->remoteid, remoteid);
237 if(s->remoteid)
382 idloc, idrmt, id_i, si->remoteid);
sainfo.h 63 uint32_t remoteid; member in struct:sainfo
cfparse.y 349 %token PFS_GROUP LIFETIME LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID
1482 cur_sainfo->remoteid);
1727 | REMOTEID NUMBER
1729 cur_sainfo->remoteid = $2;
handler.c 1217 NULL, iph2->sainfo->remoteid);
isakmp.c 2215 uint32_t remoteid = 0;
2244 remoteid = conf->ph1id;
2248 iph2->sainfo = getsainfo(idsrc, iddst, NULL, NULL, remoteid);
2214 uint32_t remoteid = 0; local

Completed in 22 milliseconds