55 printf (
" (no address)" );
57 printf (
" (inaccessible)" );
static struct net_device * netdev
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
char * inet6_ntoa(const struct in6_addr *in)
Convert IPv6 address to standard notation.
struct list_head ipv6_miniroutes
List of IPv6 miniroutes.
@ IPV6_HAS_ROUTER
Routing table entry router address is valid.
@ IPV6_HAS_ADDRESS
Routing table entry address is valid.
#define list_for_each_entry(pos, head, member)
Iterate over entries in a list.
Network device management.
static int netdev_is_open(struct net_device *netdev)
Check whether or not network device is open.
#define __routing_family(order)
Declare a routing family.
static void route_ipv6_print(struct net_device *netdev)
Print IPv6 routing table.
An IPv6 address/routing table entry.
struct net_device * netdev
Network device.
struct list_head list
List of miniroutes.
unsigned int prefix_len
Prefix length.
struct in6_addr router
Router address.
struct in6_addr address
IPv6 address (or prefix if no address is defined)
int printf(const char *fmt,...)
Write a formatted string to the console.