Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.h146 vchar_t *attr_member; member
Disakmp_xauth.c740 xauth_ldap_config.attr_member = NULL; in xauth_ldap_init()
779 xauth_ldap_config.attr_member = vmalloc(tmplen); in xauth_ldap_init()
780 if (xauth_ldap_config.attr_member == NULL) in xauth_ldap_init()
782 memcpy(xauth_ldap_config.attr_member->v, LDAP_DFLT_MEMBER, tmplen); in xauth_ldap_init()
1106 tmplen += strlen(xauth_ldap_config.attr_member->v);
1116 xauth_ldap_config.attr_member->v, udn);
Dcfparse.y648 if (xauth_ldap_config.attr_member != NULL)
649 vfree(xauth_ldap_config.attr_member);
650 xauth_ldap_config.attr_member = vdup($2);