HomeSort by relevance Sort by last modified time
    Searched full:iddst (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
sainfo.c 137 if (s->idsrc == NULL && s->iddst == NULL) {
151 !ipsecdoi_chkcmpids(rmt, s->iddst, 0))
189 if (si->iddst)
190 vfree(si->iddst);
284 if (si->iddst == NULL)
287 idrmt = ipsecdoi_id2str(si->iddst);
sainfo.h 42 vchar_t *iddst; member in struct:sainfo
44 * idsrc and iddst are constructed body of ID payload.
isakmp_quick.c 1805 vchar_t *idsrc = NULL, *iddst = NULL; local
    [all...]
cfparse.y 1155 cur_sainfo->iddst,
1171 cur_sainfo->iddst = NULL;
1176 cur_sainfo->iddst = $2;
1181 cur_sainfo->iddst = NULL;
1186 cur_sainfo->iddst = $2;
    [all...]
pfkey.c 1839 vchar_t *idsrc, *iddst; local
    [all...]
handler.c 1088 iph2->sainfo->iddst, iph2->sainfo->id_i,

Completed in 469 milliseconds