Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
addrconf_core.c File Reference
#include <linux/export.h>
#include <net/ipv6.h>

Go to the source code of this file.

Macros

#define IPV6_ADDR_SCOPE_TYPE(scope)   ((scope) << 16)
 

Functions

int __ipv6_addr_type (const struct in6_addr *addr)
 
 EXPORT_SYMBOL (__ipv6_addr_type)
 

Macro Definition Documentation

#define IPV6_ADDR_SCOPE_TYPE (   scope)    ((scope) << 16)

Definition at line 9 of file addrconf_core.c.

Function Documentation

int __ipv6_addr_type ( const struct in6_addr addr)

Definition at line 27 of file addrconf_core.c.

EXPORT_SYMBOL ( __ipv6_addr_type  )