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

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 170 vchar_t *attr_mask; member in struct:xauth_ldap_config
isakmp_xauth.c 815 xauth_ldap_config.attr_mask = NULL;
842 xauth_ldap_config.attr_mask = vmalloc(tmplen);
843 if (xauth_ldap_config.attr_mask == NULL)
845 memcpy(xauth_ldap_config.attr_mask->v, LDAP_DFLT_MASK, tmplen);
968 tmplen = strlen(xauth_ldap_config.attr_mask->v) + 1;
976 strcpy(atlist[1],xauth_ldap_config.attr_mask->v);
1048 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_mask->v);
    [all...]
cfparse.y 721 if (xauth_ldap_config.attr_mask != NULL)
722 vfree(xauth_ldap_config.attr_mask);
723 xauth_ldap_config.attr_mask = vdup($2);
    [all...]

Completed in 465 milliseconds