FreeBSD kernel IPv4 code
dccp.h File Reference

Go to the source code of this file.

Data Structures

struct  dccphdr
 
union  dccphdr::dccp_seqno
 
struct  dccphdr::dccp_seqno::dccp_long_seqno
 

Macros

#define d_seqno_short   d_seqno.shortseq;
 
#define d_seqno_long   d_seqno.longseq.seq;
 
#define DCCP_SHORTHDR   12
 
#define DCCP_LONGHDR   16
 
#define DCCP_EXTHDR   0x80
 

Macro Definition Documentation

◆ d_seqno_long

#define d_seqno_long   d_seqno.longseq.seq;

Definition at line 72 of file dccp.h.

◆ d_seqno_short

#define d_seqno_short   d_seqno.shortseq;

Definition at line 71 of file dccp.h.

◆ DCCP_EXTHDR

#define DCCP_EXTHDR   0x80

Definition at line 76 of file dccp.h.

◆ DCCP_LONGHDR

#define DCCP_LONGHDR   16

Definition at line 75 of file dccp.h.

◆ DCCP_SHORTHDR

#define DCCP_SHORTHDR   12

Definition at line 74 of file dccp.h.