RetroArch
Macros
bt.h File Reference
#include "btopt.h"
#include "btarch.h"
Include dependency graph for bt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ERR_OK   0
 
#define ERR_MEM   -1
 
#define ERR_BUF   -2
 
#define ERR_ABRT   -3
 
#define ERR_RST   -4
 
#define ERR_CLSD   -5
 
#define ERR_CONN   -6
 
#define ERR_VAL   -7
 
#define ERR_ARG   -8
 
#define ERR_RTE   -9
 
#define ERR_USE   -10
 
#define ERR_IF   -11
 
#define ERR_PKTSIZE   -17
 
#define PROTO_ICMP   1
 
#define PROTO_TCP   6
 
#define PROTO_UDP   17
 
#define IP_HLEN   20 /* Size of IP header */
 
#define TRANSPORT_HLEN   20
 
#define UDP_HLEN   8 /* Size of UDP header */
 
#define TCP_HLEN   20 /* Size of TCP header */
 
#define IPUDP_HLEN   28 /* Size of IP + UDP header */
 
#define IPTCP_HLEN   40 /* Size of IP + TCP header */
 
#define HTONS(n)
 

Detailed Description

Header file for the uIP TCP/IP stack.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om

The uIP TCP/IP stack header file contains definitions for a number of C macros that are used by uIP programs as well as internal uIP structures, TCP/IP header structures and function declarations.