Home | History | Annotate | Download | only in pppd

Lines Matching refs:mrru

648 void cfg_bundle(int mrru, int mtru, int rssn, int tssn)
653 /* set the mrru, mtu and flags */
654 if (ioctl(ppp_dev_fd, PPPIOCSMRRU, &mrru) < 0)
655 error("Couldn't set MRRU: %m");
659 | (mrru? SC_MULTILINK: 0)));
674 void make_new_bundle(int mrru, int mtru, int rssn, int tssn)
683 /* set the mrru and flags */
684 cfg_bundle(mrru, mtru, rssn, tssn);