Searched refs:doi (Results 1 – 25 of 94) sorted by relevance
1234
/external/ipsec-tools/src/racoon/ |
D | algorithm.c | 299 alg_oakley_hashdef(doi) in alg_oakley_hashdef() argument 300 int doi; in alg_oakley_hashdef() 305 if (doi == oakley_hashdef[i].doi) { 314 alg_oakley_hashdef_ok(doi) in alg_oakley_hashdef_ok() argument 315 int doi; in alg_oakley_hashdef_ok() 319 f = alg_oakley_hashdef(doi); 334 res = oakley_hashdef[i].doi; 341 alg_oakley_hashdef_hashlen(doi) in alg_oakley_hashdef_hashlen() argument 342 int doi; in alg_oakley_hashdef_hashlen() 346 f = alg_oakley_hashdef(doi); [all …]
|
D | algorithm.h | 132 int doi; member 143 int doi; member 154 int doi; member 166 int doi; member 174 int doi; member
|
D | isakmp.h | 189 u_int32_t doi; /* Domain of Interpretation */ 313 u_int32_t doi; /* Domain of Interpretation */ member 377 u_int32_t doi; /* Domain of Interpretation */ member 420 u_int32_t doi; /* Domain of Interpretation */ member
|
D | isakmp_inf.c | 416 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size); 463 if (ntohl(delete->doi) != IPSEC_DOI) { 466 ntohl(delete->doi)); 473 ISAKMP_CFG_VENDORID_UNITY) == 0) || (delete->doi != 0)) 603 d->doi = htonl(IPSEC_DOI); 667 d->doi = htonl(IPSEC_DOI); 753 n->doi = htonl(IPSEC_DOI); 815 n->doi = htonl(iph1->rmconf->doitype); 865 n->doi = htonl(IPSEC_DOI); /* IPSEC DOI (1) */ 1084 n->doi = htonl(IPSEC_DOI); /* IPSEC DOI (1) */ [all …]
|
D | cfparse.y | 2066 int doi; variable 2069 doi = algtype2doi($1, $2); 2070 if (doi == -1) { 2081 s_attr_isakmp_enc(doi)); 2088 s_attr_isakmp_enc(doi)); 2093 cur_rmconf->prhead->spspec->algclass[algclass_isakmp_enc] = doi; 2112 cur_rmconf->prhead->spspec->algclass[algclass_isakmp_hash] = doi; 2115 cur_rmconf->prhead->spspec->algclass[algclass_isakmp_ameth] = doi;
|
D | ipsec_doi.h | 147 u_int32_t doi; /* Domain of Interpretation */ member
|
D | ipsec_doi.c | 1308 if (check_doi(ntohl(sab->doi)) < 0) 1595 ((struct ipsecdoi_sa_b *)bp)->doi = htonl(iph1->rmconf->doitype); 1836 check_doi(doi) in check_doi() argument 1837 u_int32_t doi; in check_doi() 1839 switch (doi) { 1844 "invalid value of DOI 0x%08x.\n", doi); 2665 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype); 3183 sab->doi = htonl(IPSEC_DOI); 4889 doi2idtype(doi) in doi2idtype() argument 4890 int doi; in doi2idtype() [all …]
|
/external/tcpdump/ |
D | print-isakmp.c | 171 uint32_t doi; /* Domain of Interpretation */ member 274 uint32_t doi; /* Domain of Interpretation */ member 314 uint32_t doi; /* Domain of Interpretation */ member 543 uint32_t doi; /* Domain of Interpretation */ member 636 uint32_t doi, uint32_t proto, 1000 uint32_t doi, sit, ident; in ikev1_sa_print() local 1009 doi = ntohl(sa.doi); in ikev1_sa_print() 1011 if (doi != 1) { in ikev1_sa_print() 1012 ND_PRINT((ndo," doi=%d", doi)); in ikev1_sa_print() 1042 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0, in ikev1_sa_print() [all …]
|
/external/tcpdump/tests/ |
D | isakmp5-v.out | 3 (sa: doi=ipsec situation=identity 11 (sa: doi=ipsec situation=identity
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 56 doi ipsec_doi; 78 doi ipsec_doi;
|
D | racoon.conf.sample-inherit | 12 doi ipsec_doi;
|
/external/icu/icu4c/source/data/rbnf/ |
D | ro.txt | 27 "2: doi;",
|
/external/icu/icu4c/source/data/lang/ |
D | am.txt | 140 doi{"ዶግሪ"}
|
D | or.txt | 97 doi{"ଡୋଗ୍ରୀ"}
|
D | brx.txt | 99 doi{"डोगरी"}
|
D | ks.txt | 101 doi{"ڈوگری"}
|
D | lkt.txt | 47 doi{"Dogri Iyápi"}
|
D | ka.txt | 99 doi{"დოგრი"}
|
D | bs_Cyrl.txt | 105 doi{"догри"}
|
D | ne.txt | 138 doi{"डोगरी"}
|
D | he.txt | 136 doi{"דוגרי"}
|
D | fa.txt | 133 doi{"دوگری"}
|
D | ta.txt | 131 doi{"டோக்ரி"}
|
D | sr.txt | 125 doi{"Догри"}
|
D | ml.txt | 136 doi{"ഡോഗ്രി"}
|
1234