iPXE
|
An IPv6 test routing table entry. More...
Data Fields | |
const char * | address |
Local address. More... | |
const struct ipv6_test_prefix * | prefix |
Prefix. More... | |
const char * | router |
Router address (if any) More... | |
An IPv6 test routing table entry.
Definition at line 53 of file ipv6_test.c.
const char* ipv6_test_route::address |
Local address.
Definition at line 55 of file ipv6_test.c.
const struct ipv6_test_prefix* ipv6_test_route::prefix |
Prefix.
Definition at line 57 of file ipv6_test.c.
const char* ipv6_test_route::router |
Router address (if any)
Definition at line 59 of file ipv6_test.c.