HomeSort by relevance Sort by last modified time
    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;
531 pbuf += sprintf(pbuf, "\tmy_identifier %s", s_idtype (p->idvtype));
532 if (p->idvtype == IDTYPE_ASN1DN) {
cfparse.y     [all...]
ipsec_doi.c     [all...]
  /external/ipsec-tools/
setup.c 344 remoteconf->idvtype = IDTYPE_KEYID;
346 remoteconf->idvtype = IDTYPE_FQDN;
348 remoteconf->idvtype = IDTYPE_USERFQDN;
361 remoteconf->idvtype = IDTYPE_ASN1DN;
431 remoteconf->idvtype = IDTYPE_ADDRESS;

Completed in 142 milliseconds