HomeSort by relevance Sort by last modified time
    Searched refs:idvtype (Results 1 - 5 of 5) sorted by null

  /external/ipsec-tools/
setup.c 337 remoteconf->idvtype = IDTYPE_KEYID;
339 remoteconf->idvtype = IDTYPE_FQDN;
341 remoteconf->idvtype = IDTYPE_USERFQDN;
368 remoteconf->idvtype = IDTYPE_ASN1DN;
423 remoteconf->idvtype = IDTYPE_ADDRESS;
  /external/ipsec-tools/src/racoon/
remoteconf.h 98 int idvtype; /* my identifier type */ member in struct:remoteconf
remoteconf.c 509 new->idvtype = IDTYPE_UNDEFINED;
997 pbuf += sprintf(pbuf, "\tmy_identifier %s", s_idtype (p->idvtype));
998 if (p->idvtype == IDTYPE_ASN1DN) {
cfparse.y     [all...]
ipsec_doi.c     [all...]

Completed in 129 milliseconds