Home | History | Annotate | Download | only in pppd

Lines Matching full:ppp

138 #define PPP_DRV_NAME	"ppp"
264 * is required because the ppp DLPI provider advertises itself as
611 fatal("Can't create new PPP interface: %m");
623 * Open the ppp device again and link it under the ip multiplexor.
657 * Assign ppa according to the unit number returned by ppp device
681 * Assign ppa according to the unit number returned by ppp device
698 fatal("Can't I_PLINK PPP device to IP: %m");
725 fatal("Can't attach to ppp%d: %m", ifunit);
731 fatal("Can't link PPP device to IP: %m");
739 fatal("Can't I_PLINK PPP device to IP (2): %m");
752 fatal("Can't link PPP device to IP (2): %m");
812 error("Can't I_PUNLINK PPP from IP: %m");
835 error("Can't I_PUNLINK PPP from IP (2): %m");
891 * ppp_available - check whether the system has any ppp interfaces
923 * tty_establish_ppp - Turn the serial port into a ppp interface.
944 error("Couldn't push PPP Async HDLC module: %m");
959 error("Couldn't push PPP compression module: %m");
971 /* Link the serial port under the PPP multiplexor. */
973 error("Can't link tty to PPP mux: %m");
994 error("Can't unlink tty from PPP mux: %m");
1011 * seen the M_HANGUP message (it went up through the ppp
1012 * driver to the stream head for our fd to /dev/ppp).
1319 * to the ppp driver.
1328 * output - Output PPP packet.
1443 * read_packet - get a PPP packet from the serial device.
1481 * get_loop_output - get outgoing packets from the ppp device,
1499 * netif_set_mtu - set the MTU on the PPP network interface.
1536 * the ppp interface.
1586 * the ppp interface.
1916 * Do this because /dev/ppp responds to DL_PHYS_ADDR_REQ with
2023 notice("Removing ppp interface unit");
2025 error("Can't remove ppp interface unit: %m");