Linux Kernel
3.7.1
|
#include <linux/in.h>
#include <linux/in6.h>
#include <linux/netdevice.h>
#include <net/if_inet6.h>
#include <net/ipv6.h>
Go to the source code of this file.
Data Structures | |
struct | prefix_info |
Macros | |
#define | MAX_RTR_SOLICITATIONS 3 |
#define | RTR_SOLICITATION_INTERVAL (4*HZ) |
#define | MIN_VALID_LIFETIME (2*3600) /* 2 hours */ |
#define | TEMP_VALID_LIFETIME (7*86400) |
#define | TEMP_PREFERRED_LIFETIME (86400) |
#define | REGEN_MAX_RETRY (3) |
#define | MAX_DESYNC_FACTOR (600) |
#define | ADDR_CHECK_FREQUENCY (120*HZ) |
#define | IPV6_MAX_ADDRESSES 16 |
#define | IN6_ADDR_HSIZE_SHIFT 4 |
#define | IN6_ADDR_HSIZE (1 << IN6_ADDR_HSIZE_SHIFT) |
#define ADDR_CHECK_FREQUENCY (120*HZ) |
Definition at line 14 of file addrconf.h.
#define IN6_ADDR_HSIZE (1 << IN6_ADDR_HSIZE_SHIFT) |
Definition at line 50 of file addrconf.h.
#define IN6_ADDR_HSIZE_SHIFT 4 |
Definition at line 49 of file addrconf.h.
#define IPV6_MAX_ADDRESSES 16 |
Definition at line 16 of file addrconf.h.
#define MAX_DESYNC_FACTOR (600) |
Definition at line 12 of file addrconf.h.
#define MAX_RTR_SOLICITATIONS 3 |
Definition at line 4 of file addrconf.h.
#define MIN_VALID_LIFETIME (2*3600) /* 2 hours */ |
Definition at line 7 of file addrconf.h.
#define REGEN_MAX_RETRY (3) |
Definition at line 11 of file addrconf.h.
#define RTR_SOLICITATION_INTERVAL (4*HZ) |
Definition at line 5 of file addrconf.h.
#define TEMP_PREFERRED_LIFETIME (86400) |
Definition at line 10 of file addrconf.h.
#define TEMP_VALID_LIFETIME (7*86400) |
Definition at line 9 of file addrconf.h.
Definition at line 2266 of file addrconf.c.
Definition at line 4803 of file addrconf.c.
void addrconf_dad_failure | ( | struct inet6_ifaddr * | ifp | ) |
Definition at line 1399 of file addrconf.c.
Definition at line 2285 of file addrconf.c.
Definition at line 4722 of file addrconf.c.
Definition at line 1432 of file addrconf.c.
Definition at line 1443 of file addrconf.c.
Definition at line 1792 of file addrconf.c.
Definition at line 2089 of file addrconf.c.
Definition at line 325 of file addrconf.c.
void inet6_ifa_finish_destroy | ( | struct inet6_ifaddr * | ifp | ) |
Definition at line 539 of file addrconf.c.
Definition at line 185 of file addrlabel.c.
Definition at line 408 of file addrlabel.c.
Definition at line 401 of file addrlabel.c.
Definition at line 605 of file addrlabel.c.
int ipv6_chk_addr | ( | struct net * | net, |
const struct in6_addr * | addr, | ||
struct net_device * | dev, | ||
int | strict | ||
) |
Definition at line 1260 of file addrconf.c.
Definition at line 1303 of file addrconf.c.
int ipv6_dev_get_saddr | ( | struct net * | net, |
const struct net_device * | dev, | ||
const struct in6_addr * | daddr, | ||
unsigned int | srcprefs, | ||
struct in6_addr * | saddr | ||
) |
Definition at line 1095 of file addrconf.c.
|
read |
Definition at line 1327 of file addrconf.c.
Definition at line 1222 of file addrconf.c.
int register_inet6addr_notifier | ( | struct notifier_block * | nb | ) |
Definition at line 4700 of file addrconf.c.
int unregister_inet6addr_notifier | ( | struct notifier_block * | nb | ) |
Definition at line 4706 of file addrconf.c.