Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
LCP
[PPP]
Collaboration diagram for LCP:
|
Detailed Description
Link control protocol.
Functions | |
| void | LcpRxProtRej (NUTDEVICE *dev) |
| void | NutLcpInput (NUTDEVICE *dev, NETBUF *nb) |
| Handle incoming LCP packets. | |
| int | NutLcpOutput (NUTDEVICE *dev, u_char code, u_char id, NETBUF *nb) |
| Send a LCP packet. | |
| void | LcpResetOptions (NUTDEVICE *dev) |
| void | LcpTxConfReq (NUTDEVICE *dev, u_char id, u_char rejected) |
| void | LcpTxProtRej (NUTDEVICE *dev, u_short protocol, NETBUF *nb) |
Variables | |
| u_long | new_magic |
| u_long | new_magic |
Function Documentation
|
||||||||||||
|
Handle incoming LCP packets. Packets not destined to us or packets with unsupported address type or item length are silently discarded.
|
|
||||||||||||||||||||
|
Send a LCP packet.
|