LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Structures | Macros | Variables
vjbsdhdr.h File Reference
#include "lwip/tcp.h"
Include dependency graph for vjbsdhdr.h:

Go to the source code of this file.

Data Structures

struct  ip
 
struct  tcphdr
 

Macros

#define IP_DF   0x4000 /* dont fragment flag */
 
#define IP_MF   0x2000 /* more fragments flag */
 
#define IP_OFFMASK   0x1fff /* mask for fragmenting bits */
 

Variables

PACK_STRUCT_END typedef u32_t tcp_seq
 

Macro Definition Documentation

◆ IP_DF

#define IP_DF   0x4000 /* dont fragment flag */

Definition at line 33 of file vjbsdhdr.h.

◆ IP_MF

#define IP_MF   0x2000 /* more fragments flag */

Definition at line 34 of file vjbsdhdr.h.

◆ IP_OFFMASK

#define IP_OFFMASK   0x1fff /* mask for fragmenting bits */

Definition at line 35 of file vjbsdhdr.h.

Variable Documentation

◆ tcp_seq

PACK_STRUCT_END typedef u32_t tcp_seq

Definition at line 43 of file vjbsdhdr.h.