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

#include <dccp.h>

Data Fields

__be16 dccph_reserved1
 
__be16 dccph_ack_nr_high
 
__be32 dccph_ack_nr_low
 

Detailed Description

struct dccp_hdr_ack_bits - acknowledgment bits common to most packets

- 48 bit ack number high order bits, contains GSR - 48 bit ack number low order bits, contains GSR

Definition at line 72 of file dccp.h.

Field Documentation

__be16 dccph_ack_nr_high

Definition at line 74 of file dccp.h.

__be32 dccph_ack_nr_low

Definition at line 75 of file dccp.h.

__be16 dccph_reserved1

Definition at line 73 of file dccp.h.


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