OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udn
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_xauth.h
71
char *
udn
; /* ldap user dn */
member in struct:xauth_state
isakmp_xauth.c
950
iph1->mode_cfg->xauth.
udn
= racoon_malloc(strlen(userdn)+1);
951
strcpy(iph1->mode_cfg->xauth.
udn
,userdn);
1031
xauth_group_ldap(
udn
, grp)
1032
char *
udn
;
1110
tmplen += strlen(
udn
);
1119
xauth_ldap_config.attr_member->v,
udn
);
1343
iph1->mode_cfg->xauth.
udn
,
[
all
...]
/external/wpa_supplicant_8/src/wps/
wps_er.h
54
char *
udn
;
member in struct:wps_er_ap
wps_er.c
168
os_free(ap->
udn
);
581
ap->
udn
= xml_get_first_item(data, "
UDN
");
582
if (ap->
udn
) {
583
wpa_printf(MSG_DEBUG, "WPS ER:
UDN
='%s'", ap->
udn
);
584
pos = os_strstr(ap->
udn
, "uuid:");
589
"WPS ER: Invalid UUID in
UDN
");
[
all
...]
Completed in 274 milliseconds