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

Data Fields

u32 addr_local
 
char if_local [TIPC_MAX_IF_NAME]
 
u32 addr_peer
 
char if_peer [TIPC_MAX_IF_NAME]
 

Detailed Description

struct tipc_link_name - deconstructed link name : network address of node at this end : name of interface at this end : network address of node at far end : name of interface at far end

Definition at line 83 of file link.c.

Field Documentation

u32 addr_local

Definition at line 84 of file link.c.

u32 addr_peer

Definition at line 86 of file link.c.

Definition at line 85 of file link.c.

Definition at line 87 of file link.c.


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