Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
caif
if_caif.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) ST-Ericsson AB 2010
3
* Author: Sjur Brendeland/
[email protected]
4
* License terms: GNU General Public License (GPL) version 2
5
*/
6
7
#ifndef IF_CAIF_H_
8
#define IF_CAIF_H_
9
#include <
linux/sockios.h
>
10
#include <linux/types.h>
11
#include <linux/socket.h>
12
25
enum
ifla_caif
{
26
__IFLA_CAIF_UNSPEC
,
27
IFLA_CAIF_IPV4_CONNID
,
28
IFLA_CAIF_IPV6_CONNID
,
29
IFLA_CAIF_LOOPBACK
,
30
__IFLA_CAIF_MAX
31
};
32
#define IFLA_CAIF_MAX (__IFLA_CAIF_MAX-1)
33
34
#endif
/*IF_CAIF_H_*/
Generated on Thu Jan 10 2013 14:53:47 for Linux Kernel by
1.8.2