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

  /external/ipsec-tools/src/racoon/
localconf.c 284 * convert DOI value to idtype
289 doi2idtype(idtype)
290 int idtype;
292 if (ARRAYLEN(lc_doi2idtype) > idtype)
293 return lc_doi2idtype[idtype];
remoteconf.h 157 int idtype; /* identifier type */ member in struct:idspec
remoteconf.c 256 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;
admin.c 178 int idtype = 0; local
371 idtype = acp->id_type;
ipsec_doi.c     [all...]
cfparse.y     [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 147 void idtype() { function
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 232 u8 idtype; local
303 wpa_printf(MSG_DEBUG, "EAP-EKE: Too short ID/Request Data to include IDType/Identity");
308 idtype = *pos++;
309 wpa_printf(MSG_DEBUG, "EAP-EKE: Server IDType %u", idtype);

Completed in 87 milliseconds