Lines Matching refs:SWITCH
244 %token NUMBER SWITCH BOOLEAN
250 %type <num> NUMBER BOOLEAN SWITCH keylength
347 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
409 : PAD_RANDOMIZE SWITCH { lcconf->pad_random = $2; } EOS
410 | PAD_RANDOMIZELEN SWITCH { lcconf->pad_randomlen = $2; } EOS
412 | PAD_STRICT SWITCH { lcconf->pad_strict = $2; } EOS
413 | PAD_EXCLTAIL SWITCH { lcconf->pad_excltail = $2; } EOS
664 | LDAP_SUBTREE SWITCH
964 | CFG_SAVE_PASSWD SWITCH
1919 | VERIFY_CERT SWITCH { cur_rmconf->verify_cert = $2; } EOS
1920 | SEND_CERT SWITCH { cur_rmconf->send_cert = $2; } EOS
1921 | SEND_CR SWITCH { cur_rmconf->send_cr = $2; } EOS
1922 | MATCH_EMPTY_CR SWITCH { cur_rmconf->match_empty_cr = $2; } EOS
1992 | VERIFY_IDENTIFIER SWITCH { cur_rmconf->verify_identifier = $2; } EOS
2000 | PASSIVE SWITCH { cur_rmconf->passive = $2; } EOS
2001 | IKE_FRAG SWITCH { cur_rmconf->ike_frag = $2; } EOS
2034 | MODE_CFG SWITCH { cur_rmconf->mode_cfg = $2; } EOS
2035 | WEAK_PHASE1_CHECK SWITCH {
2038 | GENERATE_POLICY SWITCH { cur_rmconf->gen_policy = $2; } EOS
2040 | SUPPORT_PROXY SWITCH { cur_rmconf->support_proxy = $2; } EOS
2041 | INITIAL_CONTACT SWITCH { cur_rmconf->ini_contact = $2; } EOS
2042 | NAT_TRAVERSAL SWITCH
2064 | DPD SWITCH
2099 | REKEY SWITCH { cur_rmconf->rekey = $2; } EOS