OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_group
(Results
1 - 4
of
4
) 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
739
xauth_ldap_config.
attr_group
= NULL;
772
xauth_ldap_config.
attr_group
= vmalloc(tmplen);
773
if (xauth_ldap_config.
attr_group
== NULL)
775
memcpy(xauth_ldap_config.
attr_group
->v, LDAP_DFLT_GROUP, tmplen);
1104
tmplen += strlen(xauth_ldap_config.
attr_group
->v);
1115
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); }
Completed in 62 milliseconds