59 #define UIP_ERR_MEM -1 60 #define UIP_ERR_BUF -2 61 #define UIP_ERR_ABRT -3 62 #define UIP_ERR_RST -4 63 #define UIP_ERR_CLSD -5 64 #define UIP_ERR_CONN -6 65 #define UIP_ERR_VAL -7 66 #define UIP_ERR_ARG -8 67 #define UIP_ERR_RTE -9 68 #define UIP_ERR_USE -10 69 #define UIP_ERR_IF -11 70 #define UIP_ERR_PKTSIZE -17 72 #define UIP_PROTO_ICMP 1 73 #define UIP_PROTO_TCP 6 74 #define UIP_PROTO_UDP 17 77 #define UIP_IP_HLEN 20 78 #define UIP_TRANSPORT_HLEN 20 80 #define UIP_UDP_HLEN 8 81 #define UIP_TCP_HLEN 20 82 #define UIP_IPUDP_HLEN 28 83 #define UIP_IPTCP_HLEN 40 95 # if BYTE_ORDER == BIG_ENDIAN 98 # define HTONS(n) ((((u16_t)((n) & 0xff)) << 8) | (((n) & 0xff00) >> 8)) GLuint GLfloat * val
Definition: glext.h:7847
uip_stats_t protoerr
Definition: uip.h:125
struct uip_stats uip_stat
uip_stats_t synrst
Definition: uip.h:147
struct uip_stats::@871 icmp
uip_stats_t ackerr
Definition: uip.h:141
uip_stats_t fragerr
Definition: uip.h:121
uip_stats_t sent
Definition: uip.h:113
uip_stats_t hblenerr
Definition: uip.h:117
uip_stats_t rst
Definition: uip.h:143
uip_stats_t syndrop
Definition: uip.h:145
struct uip_stats::@870 ip
#define htons(x)
Definition: inet.h:68
uip_stats_t rexmit
Definition: uip.h:144
uip_stats_t chkerr
Definition: uip.h:123
uip_stats_t vhlerr
Definition: uip.h:115
uip_stats_t recv
Definition: uip.h:111
uip_stats_t drop
Definition: uip.h:109
struct uip_stats::@872 tcp
uip_stats_t lblenerr
Definition: uip.h:119
u16 uip_stats_t
Definition: uipopt.h:123
u16 u16_t
Definition: cc.h:45
uip_stats_t typeerr
Definition: uip.h:132