.TH "sppp_attach" 9 "sppp_attach" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME sppp_attach \- attach synchronous PPP/HDLC to a device .SH SYNOPSIS .B "void" sppp_attach .BI "(struct ppp_device *" pd ");" .SH ARGUMENTS .IP "pd" 12 PPP device to initialise .SH "DESCRIPTION" This initialises the PPP/HDLC support on an interface. At the time of calling the dev element must point to the network device that this interface is attached to. The interface should not yet be registered.