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/
H A Dremoteconf.h98 int idvtype; /* my identifier type */ member
H A Dremoteconf.c500 new->idvtype = IDTYPE_UNDEFINED; in newrmconf()
980 pbuf += sprintf(pbuf, "\tmy_identifier %s", s_idtype (p->idvtype)); in dump_rmconf_single()
981 if (p->idvtype == IDTYPE_ASN1DN) { in dump_rmconf_single()
H A 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()
2118 cur_rmconf->idvtype = $2;
2129 cur_rmconf->idvtype = $2;
H A Dipsec_doi.c3655 switch (iph1->rmconf->idvtype) {