Synchronous PPP and Cisco HDLC Programming Guide
Alan Cox
<
alan@redhat.com
>
Copyright
© 2000 Alan Cox
Table of Contents
Introduction
Known Bugs And Assumptions
Public Functions Provided
sppp_input
-- receive and process a WAN PPP frame
sppp_close
-- close down a synchronous PPP or Cisco HDLC link
sppp_open
-- open a synchronous PPP or Cisco HDLC link
sppp_reopen
-- notify of physical link loss
sppp_change_mtu
-- Change the link MTU
sppp_do_ioctl
-- Ioctl handler for ppp/hdlc
sppp_attach
-- attach synchronous PPP/HDLC to a device
sppp_detach
-- release PPP resources from a device
Next >>>
Introduction