Home | History | Annotate | Download | only in racoon

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,
379 struct xauth_state *xst = &iph1->mode_cfg->xauth;
524 if (isakmp_cfg_radius_common(radius_auth_state, iph1->mode_cfg->port) != 0)
532 iph1->mode_cfg->addr4 = rad_cvt_addr(data);
533 iph1->mode_cfg->flags
538 iph1->mode_cfg->mask4 = rad_cvt_addr(data);
539 iph1->mode_cfg->flags
947 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
948 strcpy(iph1->mode_cfg->xauth.udn,userdn);
963 iph1->mode_cfg->addr4.s_addr = inet_addr(tmpaddr);
964 iph1->mode_cfg->flags |= ISAKMP_CFG_ADDR4_EXTERN;
983 iph1->mode_cfg->mask4.s_addr = inet_addr(tmpmask);
984 iph1->mode_cfg->flags |= ISAKMP_CFG_MASK4_EXTERN;
1255 struct xauth_state *xst = &iph1->mode_cfg->xauth;
1271 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
1307 if(iph1->mode_cfg == NULL) {
1319 usr = iph1->mode_cfg->xauth.authdata.generic.usr;
1340 iph1->mode_cfg->xauth.udn,
1386 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
1543 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
1555 * We should only receive ISAKMP mode_cfg SET XAUTH_STATUS
1558 xst = &iph1->mode_cfg->xauth;
1584 iph1->mode_cfg->flags |= ISAKMP_CFG_DELETE_PH1;