Linux Kernel
3.7.1
|
#include <linux/string.h>
#include <linux/rtnetlink.h>
#include <linux/inetdevice.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
#include <net/net_namespace.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
int | afs_get_MAC_address (u8 *mac, size_t maclen) |
int | afs_get_ipv4_interfaces (struct afs_interface *bufs, size_t maxbufs, bool wantloopback) |
int afs_get_ipv4_interfaces | ( | struct afs_interface * | bufs, |
size_t | maxbufs, | ||
bool | wantloopback | ||
) |
Definition at line 40 of file netdevices.c.
Definition at line 18 of file netdevices.c.