Searched refs:idtype (Results 1 - 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dlocalconf.c284 * convert DOI value to idtype
289 doi2idtype(idtype)
290 int idtype;
292 if (ARRAYLEN(lc_doi2idtype) > idtype)
293 return lc_doi2idtype[idtype];
H A Dremoteconf.h157 int idtype; /* identifier type */ member in struct:idspec
H A Dremoteconf.c256 if (set_identifier(&id->id, old->idtype, old->id) != 0) {
261 id->idtype = old->idtype;
503 s_idtype (id->idtype));
630 new->idtype = IDTYPE_ADDRESS;
H A Dadmin.c178 int idtype = 0; local
371 idtype = acp->id_type;
H A Dipsec_doi.c3682 if (id->idtype != doi2idtype(id_b->type))
3690 ident0 = getidval(id->idtype, id->id);
3692 switch (id->idtype) {
4861 * convert idtype to DOI value.
4866 idtype2doi(idtype)
4867 int idtype;
4869 if (ARRAYLEN(rm_idtype2doi) > idtype)
4870 return rm_idtype2doi[idtype];
4894 "Inproper idtype:%s in this function.\n",
H A Dcfparse.y1777 id->idtype = $2;
1794 id->idtype = $2;
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp140 void idtype() { function

Completed in 74 milliseconds