OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_user
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_xauth.h
142
vchar_t *
attr_user
;
member in struct:xauth_ldap_config
isakmp_xauth.c
736
xauth_ldap_config.
attr_user
= NULL;
751
xauth_ldap_config.
attr_user
= vmalloc(tmplen);
752
if (xauth_ldap_config.
attr_user
== NULL)
754
memcpy(xauth_ldap_config.
attr_user
->v, LDAP_DFLT_USER, tmplen);
875
tmplen = strlen(xauth_ldap_config.
attr_user
->v);
886
xauth_ldap_config.
attr_user
->v, usr);
[
all
...]
cfparse.y
604
if (xauth_ldap_config.
attr_user
!= NULL)
605
vfree(xauth_ldap_config.
attr_user
);
606
xauth_ldap_config.
attr_user
= vdup($2);
[
all
...]
cftoken.l
227
<S_LDAP>
attr_user
{ YYD; return(LDAP_ATTR_USER); }
Completed in 1012 milliseconds