/external/tcpdump/ |
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 | 169 u_int16_t type; /* defined by DOI-spec, and Attribute Format */ 180 /* MAY NOT be used, because of being defined in ipsec-doi. */ 193 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_sa 236 /* MUST NOT to be used, because of being defined in ipsec-doi. */ 241 u_int32_t doi_data; /* DOI Specific ID Data */ 308 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_n 352 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_d
|
print-isakmp.c | 426 u_int32_t doi, sit, ident; local 435 doi = ntohl(sa.doi); 437 if (doi != 1) { 438 printf(" doi=%d", doi); 443 printf(" doi=ipsec"); 469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0, 570 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, 638 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_ 981 u_int32_t doi; local 1121 u_int32_t doi; local [all...] |
/external/ipsec-tools/src/racoon/ |
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
|
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. */
|
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
|