Home
last modified time | relevance | path

Searched refs:idvtype (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h98 int idvtype; /* my identifier type */ member
Dremoteconf.c491 new->idvtype = IDTYPE_UNDEFINED; in newrmconf()
961 pbuf += sprintf(pbuf, "\tmy_identifier %s", s_idtype (p->idvtype)); in dump_rmconf_single()
962 if (p->idvtype == IDTYPE_ASN1DN) { in dump_rmconf_single()
Dcfparse.y184 if (cur_rmconf->idvtype == IDTYPE_UNDEFINED) in process_rmconf()
185 cur_rmconf->idvtype = IDTYPE_ADDRESS; in process_rmconf()
187 if (cur_rmconf->idvtype == IDTYPE_ASN1DN) { in process_rmconf()
2128 cur_rmconf->idvtype = $2;
2139 cur_rmconf->idvtype = $2;
Dipsec_doi.c3587 switch (iph1->rmconf->idvtype) { in ipsecdoi_setid1()