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

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 145 vchar_t *attr_group; member in struct:xauth_ldap_config
isakmp_xauth.c 742 xauth_ldap_config.attr_group = NULL;
775 xauth_ldap_config.attr_group = vmalloc(tmplen);
776 if (xauth_ldap_config.attr_group == NULL)
778 memcpy(xauth_ldap_config.attr_group->v, LDAP_DFLT_GROUP, tmplen);
1107 tmplen += strlen(xauth_ldap_config.attr_group->v);
1118 xauth_ldap_config.attr_group->v, grp,
    [all...]
cfparse.y 637 if (xauth_ldap_config.attr_group != NULL)
638 vfree(xauth_ldap_config.attr_group);
639 xauth_ldap_config.attr_group = vdup($2);
    [all...]
cftoken.l 230 <S_LDAP>attr_group { YYD; return(LDAP_ATTR_GROUP); }
  /external/python/cpython3/Modules/
_cursesmodule.c 594 int attr_group = group_right_1; local
604 if (!attr_group)
    [all...]
  /external/wpa_supplicant_8/src/common/
dpp.c 5137 const u8 *attr_group, *attr_id, *attr_key; local
    [all...]

Completed in 422 milliseconds