|
Linux Kernel
3.7.1
|
#include <ppp_channel.h>
Data Fields | |
| void * | private |
| struct ppp_channel_ops * | ops |
| int | mtu |
| int | hdrlen |
| void * | ppp |
| int | speed |
| int | latency |
Definition at line 37 of file ppp_channel.h.
| int hdrlen |
Definition at line 41 of file ppp_channel.h.
| int latency |
Definition at line 45 of file ppp_channel.h.
| int mtu |
Definition at line 40 of file ppp_channel.h.
| struct ppp_channel_ops* ops |
Definition at line 39 of file ppp_channel.h.
Definition at line 42 of file ppp_channel.h.
| void* private |
Definition at line 38 of file ppp_channel.h.
| int speed |
Definition at line 43 of file ppp_channel.h.
1.8.2