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

  /external/ipsec-tools/src/racoon/
algorithm.c 299 alg_oakley_hashdef(doi)
300 int doi;
305 if (doi == oakley_hashdef[i].doi) {
314 alg_oakley_hashdef_ok(doi)
315 int doi;
319 f = alg_oakley_hashdef(doi);
334 res = oakley_hashdef[i].doi;
341 alg_oakley_hashdef_hashlen(doi)
342 int doi;
    [all...]
algorithm.h 132 int doi; member in struct:hmac_algorithm
143 int doi; member in struct:hash_algorithm
154 int doi; member in struct:enc_algorithm
166 int doi; member in struct:dh_algorithm
174 int doi; member in struct:misc_algorithm
isakmp.h 174 u_int16_t type; /* defined by DOI-spec, and Attribute Format */
185 /* MAY NOT be used, because of being defined in ipsec-doi. */
189 u_int32_t doi; /* Domain of Interpretation */
233 /* NOTE: MUST NOT use because of being defined in ipsec-doi instead them. */
239 u_int32_t doi_data; /* DOI Specific ID Data */
313 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_n
357 /* 4.6.3 IPSEC DOI Notify Message Types */
377 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_d
420 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_ru
isakmp_inf.c 415 "doi=%d proto_id=%d spi=%s(size=%d).\n",
417 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size);
464 if (ntohl(delete->doi) != IPSEC_DOI) {
466 "delete payload with invalid doi:%d.\n",
467 ntohl(delete->doi));
471 * with a zero DOI. Don't give up in that situation.
474 ISAKMP_CFG_VENDORID_UNITY) == 0) || (delete->doi != 0))
604 d->doi = htonl(IPSEC_DOI);
668 d->doi = htonl(IPSEC_DOI);
754 n->doi = htonl(IPSEC_DOI)
    [all...]
ipsec_doi.h 147 u_int32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_pl_sa::ipsecdoi_sa_b
182 /* compressing doi type, it's internal use. */
cfparse.y 215 %token EXCHANGE_MODE EXCHANGETYPE DOI DOITYPE SITUATION SITUATIONTYPE
    [all...]
ipsec_doi.c 1307 /* check DOI */
1308 if (check_doi(ntohl(sab->doi)) < 0)
    [all...]
cftoken.l 312 <S_RMTS>doi { YYD; return(DOI); }
oakley.c     [all...]
isakmp_quick.c     [all...]
  /external/tcpdump/
print-isakmp.c 127 u_int32_t doi, u_int32_t proto,
550 u_int32_t doi, sit, ident; local
559 doi = ntohl(sa.doi);
561 if (doi != 1) {
562 ND_PRINT((ndo," doi=%d", doi));
567 ND_PRINT((ndo," doi=ipsec"));
592 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
767 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_
1191 u_int32_t doi; local
1332 u_int32_t doi; local
    [all...]
ipsec_doi.h 115 u_int32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_sa
145 /* 4.6.3 IPSEC DOI Notify Message Types */
isakmp.h 180 u_int16_t type; /* defined by DOI-spec, and Attribute Format */
191 /* MAY NOT be used, because of being defined in ipsec-doi. */
204 u_int32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_sa
247 /* MUST NOT to be used, because of being defined in ipsec-doi. */
252 u_int32_t doi_data; /* DOI Specific ID Data */
319 u_int32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_n
363 u_int32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_d

Completed in 232 milliseconds