HomeSort by relevance Sort by last modified time
    Searched full:complex_bundle (Results 1 - 7 of 7) sorted by null

  /external/ipsec-tools/src/racoon/
localconf.h 109 int complex_bundle; member in struct:localconf
116 * usually uses this format. If the option, 'complex_bundle'
cfparse.h 161 COMPLEX_BUNDLE = 377,
326 #define COMPLEX_BUNDLE 377
localconf.c 124 lcconf->complex_bundle = TRUE; /*XXX FALSE;*/
proposal.c 1038 int encmodesv = IPSECDOI_ATTR_ENC_MODE_TRNS; /* use only when complex_bundle */
1051 if (lcconf->complex_bundle)
1107 if (lcconf->complex_bundle) {
cftoken.l 182 <S_INI>complex_bundle { YYDB; return(COMPLEX_BUNDLE); }
cfparse.y 228 %token COMPLEX_BUNDLE
340 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
    [all...]
racoon.conf.5     [all...]

Completed in 242 milliseconds