uIP type definitions
[Configuration options for uIP]


Typedefs

typedef unsigned char u8_t
typedef uint16_t u16_t
typedef uint16_t uip_stats_t
typedef unsigned char u8_t
typedef unsigned short u16_t
typedef unsigned short uip_stats_t


Typedef Documentation

typedef unsigned short u16_t
 

The 16-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned short" works for most compilers.

Definition at line 82 of file linux/uipopt.h.

typedef uint16_t u16_t
 

The 16-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned short" works for most compilers.

Definition at line 88 of file avr/uipopt.h.

typedef unsigned char u8_t
 

The 8-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned char" works for most compilers.

Definition at line 74 of file linux/uipopt.h.

typedef unsigned char u8_t
 

The 8-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned char" works for most compilers.

Definition at line 80 of file avr/uipopt.h.

typedef unsigned short uip_stats_t
 

The statistics data type.

This datatype determines how high the statistics counters are able to count.

Definition at line 90 of file linux/uipopt.h.

typedef uint16_t uip_stats_t
 

The statistics data type.

This datatype determines how high the statistics counters are able to count.

Definition at line 96 of file avr/uipopt.h.


Generated on Fri Jan 6 22:23:18 2006 for EtherProgs by  doxygen 1.4.5