Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

_PPPINFO Struct Reference

PPP Network interface information type. Network interface controller information structure. More...

#include <dev/PPPif.h>


Data Fields

HANDLE ppp_state_chg
HANDLE ppp_tx_asy
NETBUF *volatile ppp_tx_nbq
u_long ppp_rx_packets
u_long ppp_tx_packets
u_long ppp_rx_crc_errors


Detailed Description

PPP Network interface information type. Network interface controller information structure.


Field Documentation

u_long _PPPINFO::ppp_rx_crc_errors
 

Number of CRC errors.

u_long _PPPINFO::ppp_rx_packets
 

Number of packets received.

HANDLE _PPPINFO::ppp_state_chg
 

PPP State event queue

HANDLE _PPPINFO::ppp_tx_asy
 

Asyncronous transmitter event queue.

NETBUF* volatile _PPPINFO::ppp_tx_nbq
 

NETBUF queue.

u_long _PPPINFO::ppp_tx_packets
 

Number of packets sent.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 30 22:30:56 2003 for EduNet by doxygen1.2.18