Home | History | Annotate | Download | only in racoon

Lines Matching refs:rmconf

1415 		if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
1421 dlen = iph1->rmconf->xauth->login->l - 1;
1422 iph1->rmconf->xauth->state |= XAUTH_SENT_USERNAME;
1429 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login)
1433 usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);
1441 iph1->rmconf->xauth->login->v,
1442 iph1->rmconf->xauth->login->l - 1);
1444 if (iph1->rmconf->xauth->pass) {
1446 pwd = iph1->rmconf->xauth->pass;
1451 iph1->rmconf->xauth->login->v);
1460 iph1->rmconf->xauth->state |= XAUTH_SENT_PASSWORD;
1509 * iph1->rmconf->xauth->login->v is valid,
1512 memcpy(data, iph1->rmconf->xauth->login->v, dlen);