Lines Matching refs:mode_cfg
128 struct xauth_state *xst = &iph1->mode_cfg->xauth;
194 struct xauth_state *xst = &iph1->mode_cfg->xauth;
196 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
265 strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
266 iph1->mode_cfg->login[LOGINLEN] = '\0';
286 res = privsep_xauth_login_pam(iph1->mode_cfg->port,
382 struct xauth_state *xst = &iph1->mode_cfg->xauth;
527 if (isakmp_cfg_radius_common(radius_auth_state, iph1->mode_cfg->port) != 0)
535 iph1->mode_cfg->addr4 = rad_cvt_addr(data);
536 iph1->mode_cfg->flags
541 iph1->mode_cfg->mask4 = rad_cvt_addr(data);
542 iph1->mode_cfg->flags
950 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
951 strcpy(iph1->mode_cfg->xauth.udn,userdn);
966 iph1->mode_cfg->addr4.s_addr = inet_addr(tmpaddr);
967 iph1->mode_cfg->flags |= ISAKMP_CFG_ADDR4_EXTERN;
986 iph1->mode_cfg->mask4.s_addr = inet_addr(tmpmask);
987 iph1->mode_cfg->flags |= ISAKMP_CFG_MASK4_EXTERN;
1258 struct xauth_state *xst = &iph1->mode_cfg->xauth;
1274 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
1310 if(iph1->mode_cfg == NULL) {
1322 usr = iph1->mode_cfg->xauth.authdata.generic.usr;
1343 iph1->mode_cfg->xauth.udn,
1389 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
1546 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
1558 * We should only receive ISAKMP mode_cfg SET XAUTH_STATUS
1561 xst = &iph1->mode_cfg->xauth;
1587 iph1->mode_cfg->flags |= ISAKMP_CFG_DELETE_PH1;