Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c811 char *atlist[3]; local
818 atlist[0] = NULL;
819 atlist[1] = NULL;
820 atlist[2] = NULL;
893 atlist[0] = racoon_malloc(tmplen);
895 atlist[1] = racoon_malloc(tmplen);
896 if ((atlist[0] == NULL)||(atlist[1] == NULL)) {
901 strcpy(atlist[0],xauth_ldap_config.attr_addr->v);
902 strcpy(atlist[1],xauth_ldap_config.attr_mask->v);
912 filter, atlist, 0, NULL, NULL,
[all …]