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

#include <feat.h>

Data Fields

dccp_feat_val val
 
u8 feat_num
 
bool needs_mandatory
 
bool needs_confirm
 
bool empty_confirm
 
bool is_local
 
struct list_head node
 

Detailed Description

struct feat_entry - Data structure to perform feature negotiation : feature's current value (SP features may have preference list) : feature's current state : one of dccp_feature_numbers : whether Mandatory options should be sent : whether to send a Confirm instead of a Change : whether to send an empty Confirm (depends on ) : feature location (1) or feature-remote (0) : list pointers, entries arranged in FIFO order

Definition at line 69 of file feat.h.

Field Documentation

bool empty_confirm

Definition at line 74 of file feat.h.

u8 feat_num

Definition at line 71 of file feat.h.

bool is_local

Definition at line 74 of file feat.h.

bool needs_confirm

Definition at line 74 of file feat.h.

bool needs_mandatory

Definition at line 74 of file feat.h.

Definition at line 79 of file feat.h.

Definition at line 70 of file feat.h.


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