Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
PAP
[PPP]
Collaboration diagram for PAP:
|
Detailed Description
Password authentication protocol.
Functions | |
| void | PapRxAuthReq (NUTDEVICE *dev, u_char id, NETBUF *nb) |
| void | PapRxAuthAck (NUTDEVICE *dev, u_char id, NETBUF *nb) |
| void | PapRxAuthNak (NUTDEVICE *dev, u_char id, NETBUF *nb) |
| void | NutPapInput (NUTDEVICE *dev, NETBUF *nb) |
| Handle incoming PAP packets. | |
| int | NutPapOutput (NUTDEVICE *dev, u_char code, u_char id, NETBUF *nb) |
| Send a PAP packet. | |
| void | PapTxAuthReq (NUTDEVICE *dev, u_char id) |
Function Documentation
|
||||||||||||
|
Handle incoming PAP packets.
|
|
||||||||||||||||||||
|
Send a PAP packet.
|