Home
last modified time | relevance | path

Searched refs:tls_only (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_json_api.c71 if (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only) { in build_sofia_status_json()
138 if (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only) { in build_sofia_profile_info_json()
H A Dmod_sofia.h755 int tls_only; member
H A Dmod_sofia.c3016 if (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only) { in cmd_status()
3150 if (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only) { in cmd_status()
3317 if (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only) { in cmd_xml_status()
3458 if (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only){ in cmd_xml_status()
H A Dsofia.c3170 …if ( (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only) && switch_nat_add_mapping(pro… in sofia_profile_thread_run()
3191 …TAG_IF( ! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only, NUTAG_URL(profile->bindurl)… in sofia_profile_thread_run()
5755 profile->tls_only = switch_true(val); in config_sofia()
/dports/sysutils/eclat/eclat-2.0/lib/
H A Dldapmap.c26 enum { tls_no, tls_yes, tls_only }; enumerator
67 *tls = tls_only; in cb_tls()
355 if (map->tls == tls_only) { in ldap_connect()
/dports/security/pam-modules/pam-modules-2.2/pam_ldaphome/
H A Dpam_ldaphome.c317 enum { tls_no, tls_yes, tls_only } tls = tls_no; in ldap_connect() enumerator
381 tls = tls_only; in ldap_connect()
393 tls = tls_only; in ldap_connect()
395 tls = tls_only; in ldap_connect()
415 if (tls == tls_only) { in ldap_connect()
429 if (tls == tls_only) { in ldap_connect()