OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idvtype
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.h
69
int
idvtype
; /* my identifier type */
member in struct:remoteconf
remoteconf.c
183
new->
idvtype
= IDTYPE_UNDEFINED;
533
pbuf += sprintf(pbuf, "\tmy_identifier %s", s_idtype (p->
idvtype
));
534
if (p->
idvtype
== IDTYPE_ASN1DN) {
cfparse.y
[
all
...]
ipsec_doi.c
[
all
...]
/external/ipsec-tools/
setup.c
343
remoteconf->
idvtype
= IDTYPE_KEYID;
345
remoteconf->
idvtype
= IDTYPE_FQDN;
347
remoteconf->
idvtype
= IDTYPE_USERFQDN;
360
remoteconf->
idvtype
= IDTYPE_ASN1DN;
430
remoteconf->
idvtype
= IDTYPE_ADDRESS;
Completed in 196 milliseconds