Searched refs:authdata (Results 1 – 4 of 4) sorted by relevance
225 outlet = &xst->authdata.generic.usr;229 outlet = &xst->authdata.generic.pwd; 253 if ((xst->authdata.generic.usr != NULL) &&254 (xst->authdata.generic.pwd != NULL)) {257 char *usr = xst->authdata.generic.usr;258 char *pwd = xst->authdata.generic.pwd;380 char *usr = xst->authdata.generic.usr;1319 usr = iph1->mode_cfg->xauth.authdata.generic.usr;1638 if (xst->authdata.generic.usr)1639 racoon_free(xst->authdata.generic.usr);[all …]
69 } authdata; member
1905 if (iph1->mode_cfg->xauth.authdata.generic.usr != NULL) {1907 iph1->mode_cfg->xauth.authdata.generic.usr) != 0) {
48 char *authdata; member166 PARSE_FIELD_STR(z.authdata); in zephyr_print()