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

  /external/ipsec-tools/src/racoon/
remoteconf.h 70 vchar_t *idv; /* my identifier */ member in struct:remoteconf
cfparse.y 1339 vchar_t *idv;
1341 if (set_identifier(&idv, $2, $3) != 0) {
1345 cur_sainfo->id_i = vmalloc(sizeof(*id_b) + idv->l);
1358 idv->v, idv->l);
1359 vfree(idv);
    [all...]
remoteconf.c 210 new->idv = NULL;
556 if (p->idv)
557 pbuf += sprintf (pbuf, " \"%s\"", p->idv->v);
ipsec_doi.c     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 107 milliseconds