|
libhd 5.0
|
Data Fields | |
| struct ethhdr | ethHdr |
| unsigned int | ver:4 |
| unsigned int | type:4 |
| unsigned int | code:8 |
| unsigned int | session:16 |
| unsigned int | length:16 |
| unsigned char | payload [ETH_DATA_LEN] |
| unsigned int PPPoEPacketStruct::code |
Referenced by send_padi(), and wait_for_pado().
| struct ethhdr PPPoEPacketStruct::ethHdr |
Referenced by packet_for_me(), send_padi(), and wait_for_pado().
| unsigned int PPPoEPacketStruct::length |
Referenced by parse_packet(), send_padi(), and wait_for_pado().
| unsigned char PPPoEPacketStruct::payload[ETH_DATA_LEN] |
Referenced by parse_packet(), and send_padi().
| unsigned int PPPoEPacketStruct::session |
Referenced by send_padi().
| unsigned int PPPoEPacketStruct::type |
Referenced by parse_packet(), and send_padi().
| unsigned int PPPoEPacketStruct::ver |
Referenced by parse_packet(), and send_padi().