Home
last modified time | relevance | path

Searched refs:xauth_ldap_config (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp_xauth.c117 struct xauth_ldap_config xauth_ldap_config; variable
782 xauth_ldap_config.pver = 3; in xauth_ldap_init_conf()
783 xauth_ldap_config.debug = 0; in xauth_ldap_init_conf()
784 xauth_ldap_config.timeout = -1; in xauth_ldap_init_conf()
785 xauth_ldap_config.uri = NULL; in xauth_ldap_init_conf()
786 xauth_ldap_config.host = NULL; in xauth_ldap_init_conf()
787 xauth_ldap_config.port = LDAP_PORT; in xauth_ldap_init_conf()
788 xauth_ldap_config.tls = 0; in xauth_ldap_init_conf()
789 xauth_ldap_config.base = NULL; in xauth_ldap_init_conf()
790 xauth_ldap_config.subtree = 0; in xauth_ldap_init_conf()
[all …]
Dcfparse.y781 xauth_ldap_config.pver = $2;
790 xauth_ldap_config.debug = $2;
799 xauth_ldap_config.timeout = $2;
808 if (xauth_ldap_config.uri != NULL)
809 vfree(xauth_ldap_config.uri);
811 xauth_ldap_config.uri = vdup($2);
821 if (xauth_ldap_config.host != NULL)
822 vfree(xauth_ldap_config.host);
824 xauth_ldap_config.host = vdup($2);
834 xauth_ldap_config.port = $2;
[all …]
Disakmp_xauth.h159 struct xauth_ldap_config { struct
179 extern struct xauth_ldap_config xauth_ldap_config; argument