OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iddst
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
sainfo.c
140
if( s->
iddst
== SAINFO_CLIENTADDR ) {
181
!ipsecdoi_chkcmpids(rmt, s->
iddst
, 0))
214
if (si->
iddst
!= NULL &&
215
si->
iddst
!= SAINFO_CLIENTADDR)
216
vfree(si->
iddst
);
245
if(s->
iddst
)
374
if (si->
iddst
== SAINFO_ANONYMOUS)
376
else if (si->
iddst
== SAINFO_CLIENTADDR)
379
idrmt = ipsecdoi_id2str(si->
iddst
);
sainfo.h
45
vchar_t *
iddst
;
member in struct:sainfo
47
* idsrc and
iddst
are constructed body of ID payload.
cfparse.y
1258
cur_sainfo->
iddst
,
1278
cur_sainfo->
iddst
= SAINFO_ANONYMOUS;
1283
cur_sainfo->
iddst
= SAINFO_CLIENTADDR;
1288
cur_sainfo->
iddst
= $2;
1293
cur_sainfo->
iddst
= SAINFO_ANONYMOUS;
1298
cur_sainfo->
iddst
= SAINFO_CLIENTADDR;
1303
cur_sainfo->
iddst
= $2;
[
all
...]
isakmp_quick.c
2146
vchar_t *idsrc = NULL, *
iddst
= NULL, *client = NULL;
local
[
all
...]
isakmp.c
2255
vchar_t *idsrc, *
iddst
;
local
[
all
...]
handler.c
1250
iph2->sainfo->
iddst
, iph2->sainfo->id_i,
Completed in 22 milliseconds