OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_addr
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_xauth.h
143
vchar_t *
attr_addr
;
member in struct:xauth_ldap_config
isakmp_xauth.c
737
xauth_ldap_config.
attr_addr
= NULL;
758
xauth_ldap_config.
attr_addr
= vmalloc(tmplen);
759
if (xauth_ldap_config.
attr_addr
== NULL)
761
memcpy(xauth_ldap_config.
attr_addr
->v, LDAP_DFLT_ADDR, tmplen);
889
tmplen = strlen(xauth_ldap_config.
attr_addr
->v) + 1;
898
strcpy(atlist[0],xauth_ldap_config.
attr_addr
->v);
951
bv = ldap_get_values_len(ld, le, xauth_ldap_config.
attr_addr
->v);
[
all
...]
cfparse.y
615
if (xauth_ldap_config.
attr_addr
!= NULL)
616
vfree(xauth_ldap_config.
attr_addr
);
617
xauth_ldap_config.
attr_addr
= vdup($2);
[
all
...]
cftoken.l
228
<S_LDAP>
attr_addr
{ YYD; return(LDAP_ATTR_ADDR); }
Completed in 214 milliseconds