Home | History | Annotate | Download | only in pppd

Lines Matching refs:ifnum

691 int bundle_attach(int ifnum)
701 if (ioctl(master_fd, PPPIOCATTACH, &ifnum) < 0) {
706 fatal("Couldn't attach to interface unit %d: %m\n", ifnum);
708 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifnum) < 0)
709 fatal("Couldn't connect to interface unit %d: %m", ifnum);
713 ifunit = ifnum;