|
Linux Kernel
3.7.1
|
#include <if_pppox.h>
Data Fields | |
| struct sock | sk |
| struct ppp_channel | chan |
| struct pppox_sock * | next |
| union { | |
| struct pppoe_opt pppoe | |
| struct pptp_opt pptp | |
| } | proto |
| __be16 | num |
Definition at line 46 of file if_pppox.h.
Definition at line 49 of file if_pppox.h.
| struct pppox_sock* next |
Definition at line 50 of file if_pppox.h.
| __be16 num |
Definition at line 55 of file if_pppox.h.
Definition at line 52 of file if_pppox.h.
Definition at line 53 of file if_pppox.h.
| union { ... } proto |
Definition at line 48 of file if_pppox.h.
1.8.2