Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c808 char *atlist[3]; local
815 atlist[0] = NULL;
816 atlist[1] = NULL;
817 atlist[2] = NULL;
890 atlist[0] = racoon_malloc(tmplen);
892 atlist[1] = racoon_malloc(tmplen);
893 if ((atlist[0] == NULL)||(atlist[1] == NULL)) {
898 strcpy(atlist[0],xauth_ldap_config.attr_addr->v);
899 strcpy(atlist[1],xauth_ldap_config.attr_mask->v);
909 filter, atlist, 0, NULL, NULL,
[all …]