90 printf (
" (inaccessible)" );
#define assert(condition)
Assert a condition at run-time.
uint64_t address
Base address.
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 * inet_ntoa(struct in_addr in)
Convert IPv4 address to dotted-quad notation.
struct list_head ipv4_miniroutes
List of IPv4 miniroutes.
#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_ipv4_print(struct net_device *netdev)
Print IPv4 routing table.
An IPv4 address/routing table entry.
struct in_addr gateway
Gateway address, or zero.
struct in_addr network
Subnet network address.
struct in_addr netmask
Subnet mask.
struct net_device * netdev
Network device.
struct in_addr address
IPv4 address.
int printf(const char *fmt,...)
Write a formatted string to the console.