Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp_xauth.h176 vchar_t *attr_member; member
Disakmp_xauth.c798 xauth_ldap_config.attr_member = NULL; in xauth_ldap_init_conf()
837 xauth_ldap_config.attr_member = vmalloc(tmplen); in xauth_ldap_init_conf()
838 if (xauth_ldap_config.attr_member == NULL) in xauth_ldap_init_conf()
840 memcpy(xauth_ldap_config.attr_member->v, LDAP_DFLT_MEMBER, tmplen); in xauth_ldap_init_conf()
1218 tmplen += strlen(xauth_ldap_config.attr_member->v); in xauth_group_ldap()
1228 xauth_ldap_config.attr_member->v, udn); in xauth_group_ldap()
Dcfparse.y952 if (xauth_ldap_config.attr_member != NULL)
953 vfree(xauth_ldap_config.attr_member);
955 xauth_ldap_config.attr_member = vdup($2);