Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dccp_hdr Struct Reference

#include <dccp.h>

Data Fields

__be16 dccph_sport
 
__be16 dccph_dport
 
__u8 dccph_doff
 
__sum16 dccph_checksum
 
__u8 dccph_seq2
 
__be16 dccph_seq
 

Detailed Description

struct dccp_hdr - generic part of DCCP packet header

- Relevant port on the endpoint that sent this packet - Relevant port on the other endpoint - Data Offset from the start of the DCCP header, in 32-bit words - Used by the HC-Sender CCID - Parts of the packet that are covered by the Checksum field - Internet checksum, depends on dccph_cscov - 0 = 24 bit sequence number, 1 = 48 - packet type, see DCCP_PKT_ prefixed macros - sequence number high or low order 24 bits, depends on dccph_x

Definition at line 20 of file dccp.h.

Field Documentation

__sum16 dccph_checksum

Definition at line 33 of file dccp.h.

__u8 dccph_doff

Definition at line 23 of file dccp.h.

__be16 dccph_dport

Definition at line 21 of file dccp.h.

__be16 dccph_seq

Definition at line 46 of file dccp.h.

__u8 dccph_seq2

Definition at line 45 of file dccp.h.

__be16 dccph_sport

Definition at line 21 of file dccp.h.


The documentation for this struct was generated from the following file: