HomeSort by relevance Sort by last modified time
    Searched refs:attr_member (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 146 vchar_t *attr_member; member in struct:xauth_ldap_config
isakmp_xauth.c 740 xauth_ldap_config.attr_member = NULL;
779 xauth_ldap_config.attr_member = vmalloc(tmplen);
780 if (xauth_ldap_config.attr_member == NULL)
782 memcpy(xauth_ldap_config.attr_member->v, LDAP_DFLT_MEMBER, tmplen);
1106 tmplen += strlen(xauth_ldap_config.attr_member->v);
1116 xauth_ldap_config.attr_member->v, udn);
    [all...]
cfparse.y 648 if (xauth_ldap_config.attr_member != NULL)
649 vfree(xauth_ldap_config.attr_member);
650 xauth_ldap_config.attr_member = vdup($2);
    [all...]
cftoken.l 231 <S_LDAP>attr_member { YYD; return(LDAP_ATTR_MEMBER); }

Completed in 91 milliseconds