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

  /external/ipsec-tools/src/racoon/
localconf.c 280 * convert DOI value to idtype
285 doi2idtype(idtype)
286 int idtype;
288 if (ARRAYLEN(lc_doi2idtype) > idtype)
289 return lc_doi2idtype[idtype];
remoteconf.c 116 if (id->idtype != doi2idtype(id_b->type))
120 switch (id->idtype) {
564 if (set_identifier(&id->id, old->idtype, old->id) != 0) {
569 id->idtype = old->idtype;
966 s_idtype (id->idtype));
1104 new->idtype = IDTYPE_ADDRESS;
remoteconf.h 173 int idtype; /* identifier type */ member in struct:idspec
admin.c 190 int idtype = 0; local
389 idtype = acp->id_type;
cfparse.y     [all...]
ipsec_doi.c     [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 139 void idtype() { function

Completed in 36 milliseconds