OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:id_i
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
sainfo.h
60
vchar_t *
id_i
; /* identifier of the authorized initiator */
member in struct:sainfo
sainfo.c
135
if (s->
id_i
!= NULL)
136
if (ipsecdoi_chkcmpids(peer, s->
id_i
, 0))
239
if(s->
id_i
)
367
char *idloc = NULL, *idrmt = NULL, *
id_i
;
local
381
if (si->
id_i
== NULL)
382
id_i
= strdup("ANY");
384
id_i
= ipsecdoi_id2str(si->
id_i
);
387
idloc, idrmt,
id_i
, si->remoteid);
391
racoon_free(
id_i
);
[
all
...]
Completed in 5175 milliseconds