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
56
vchar_t *
id_i
; /* identifier of the authorized initiator */
member in struct:sainfo
sainfo.c
130
if (s->
id_i
!= NULL) {
133
if (ipsecdoi_chkcmpids(peer, s->
id_i
, 0))
277
char *idloc = NULL, *idrmt = NULL, *
id_i
;
local
289
if (si->
id_i
== NULL)
290
id_i
= strdup("ANY");
292
id_i
= ipsecdoi_id2str(si->
id_i
);
295
idloc, idrmt,
id_i
, si->remoteid);
299
racoon_free(
id_i
);
Completed in 828 milliseconds