HomeSort by relevance Sort by last modified time
    Searched refs:idtype (Results 1 - 12 of 12) 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;
501 s_idtype (id->idtype));
628 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/valgrind/coregrind/
m_libcproc.c 361 vki_idtype_t idtype;
368 idtype = VKI_P_PID;
372 idtype = VKI_P_PGID;
376 idtype = VKI_P_ALL;
380 idtype = VKI_P_PGID;
387 res = VG_(do_syscall4)(__NR_waitsys, idtype, id, (UWord)&info, options);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 231 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);
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.stderr.exp     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 559 milliseconds