|
libhd
5.0
|
Data Fields | |
| char * | ifname |
| int | fd |
| int | received_pado |
| unsigned char | my_mac [ETH_ALEN] |
| unsigned char | peer_mac [ETH_ALEN] |
| hd_t * | hd |
| int PPPoEConnectionStruct::fd |
Referenced by close_intefaces(), open_interfaces(), send_padi(), and wait_for_pado().
| hd_t* PPPoEConnectionStruct::hd |
| char* PPPoEConnectionStruct::ifname |
Referenced by check_room(), open_interfaces(), parse_packet(), parse_pado_tags(), send_padi(), and wait_for_pado().
| unsigned char PPPoEConnectionStruct::my_mac[ETH_ALEN] |
Referenced by open_interfaces(), packet_for_me(), and send_padi().
| unsigned char PPPoEConnectionStruct::peer_mac[ETH_ALEN] |
Referenced by wait_for_pado().
| int PPPoEConnectionStruct::received_pado |
Referenced by send_padi(), and wait_for_pado().