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

#include <l2tp.h>

Data Fields

__kernel_sa_family_t l2tp_family
 
__be16 l2tp_unused
 
__be32 l2tp_flowinfo
 
struct in6_addr l2tp_addr
 
__u32 l2tp_scope_id
 
__u32 l2tp_conn_id
 

Detailed Description

struct sockaddr_l2tpip6 - the sockaddr structure for L2TP-over-IPv6 sockets : address family number AF_L2TPIP. : protocol specific address information : connection id of tunnel

Definition at line 46 of file l2tp.h.

Field Documentation

struct in6_addr l2tp_addr

Definition at line 51 of file l2tp.h.

__u32 l2tp_conn_id

Definition at line 53 of file l2tp.h.

__kernel_sa_family_t l2tp_family

Definition at line 48 of file l2tp.h.

__be32 l2tp_flowinfo

Definition at line 50 of file l2tp.h.

__u32 l2tp_scope_id

Definition at line 52 of file l2tp.h.

__be16 l2tp_unused

Definition at line 49 of file l2tp.h.


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