|
iPXE
|
Routing management. More...
#include <ipxe/tables.h>Go to the source code of this file.
Data Structures | |
| struct | routing_family |
| A routing family. More... | |
Macros | |
| #define | ROUTING_FAMILIES __table ( struct routing_family, "routing_families" ) |
| Routing family table. | |
| #define | __routing_family(order) |
| Declare a routing family. | |
| #define | ROUTING_IPV4 01 |
| #define | ROUTING_IPV6 02 |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| void | route (void) |
| Print routing table. | |
Routing management.
Definition in file route.h.
| #define ROUTING_FAMILIES __table ( struct routing_family, "routing_families" ) |
| #define __routing_family | ( | order | ) |
Declare a routing family.
Definition at line 29 of file route.h.
Referenced by __routing_family(), and __routing_family().
| #define ROUTING_IPV4 01 |
Definition at line 31 of file route.h.
Referenced by __routing_family().
| #define ROUTING_IPV6 02 |
Definition at line 32 of file route.h.
Referenced by __routing_family().
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
extern |
Print routing table.
Definition at line 40 of file route.c.
References for_each_netdev, for_each_table_entry, netdev, routing_family::print, and ROUTING_FAMILIES.
Referenced by COMMAND(), ipv6_table_okx(), netboot(), REQUIRING_SYMBOL(), route_exec(), and usb_route_string().