Lines Matching refs:rmconf
1418 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
1424 dlen = iph1->rmconf->xauth->login->l - 1;
1425 iph1->rmconf->xauth->state |= XAUTH_SENT_USERNAME;
1432 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login)
1436 usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);
1444 iph1->rmconf->xauth->login->v,
1445 iph1->rmconf->xauth->login->l - 1);
1447 if (iph1->rmconf->xauth->pass) {
1449 pwd = iph1->rmconf->xauth->pass;
1454 iph1->rmconf->xauth->login->v);
1463 iph1->rmconf->xauth->state |= XAUTH_SENT_PASSWORD;
1515 memcpy(data, iph1->rmconf->xauth->login->v, dlen);