OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_user
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_xauth.h
168
vchar_t *
attr_user
;
member in struct:xauth_ldap_config
isakmp_xauth.c
813
xauth_ldap_config.
attr_user
= NULL;
828
xauth_ldap_config.
attr_user
= vmalloc(tmplen);
829
if (xauth_ldap_config.
attr_user
== NULL)
831
memcpy(xauth_ldap_config.
attr_user
->v, LDAP_DFLT_USER, tmplen);
952
tmplen = strlen(xauth_ldap_config.
attr_user
->v);
963
xauth_ldap_config.
attr_user
->v, usr);
[
all
...]
cfparse.y
699
if (xauth_ldap_config.
attr_user
!= NULL)
700
vfree(xauth_ldap_config.
attr_user
);
701
xauth_ldap_config.
attr_user
= vdup($2);
[
all
...]
Completed in 20 milliseconds