|
iPXE
|
An IPv6 configurator. More...
Data Fields | |
| struct refcnt | refcnt |
| Reference count. | |
| struct list_head | list |
| List of configurators. | |
| struct interface | job |
| Job control interface. | |
| struct interface | dhcp |
| DHCPv6 interface. | |
| struct net_device * | netdev |
| Network device being configured. | |
| struct retry_timer | timer |
| Retransmission timer. | |
| unsigned int | deferred |
| Deferred discovery counter. | |
| struct refcnt ipv6conf::refcnt |
Reference count.
Definition at line 1088 of file ndp.c.
Referenced by ipv6conf_done(), and start_ipv6conf().
| struct list_head ipv6conf::list |
List of configurators.
Definition at line 1090 of file ndp.c.
Referenced by ipv6conf_demux(), ipv6conf_done(), and start_ipv6conf().
| struct interface ipv6conf::job |
Job control interface.
Definition at line 1093 of file ndp.c.
Referenced by ipv6conf_done(), and start_ipv6conf().
| struct interface ipv6conf::dhcp |
DHCPv6 interface.
Definition at line 1095 of file ndp.c.
Referenced by ipv6conf_done(), ipv6conf_rx_router_advertisement(), and start_ipv6conf().
| struct net_device* ipv6conf::netdev |
Network device being configured.
Definition at line 1098 of file ndp.c.
Referenced by ipv6conf_demux(), ipv6conf_expired(), ipv6conf_free(), and start_ipv6conf().
| struct retry_timer ipv6conf::timer |
Retransmission timer.
Definition at line 1101 of file ndp.c.
Referenced by ipv6conf_done(), ipv6conf_expired(), ipv6conf_rx_router_advertisement(), and start_ipv6conf().
| unsigned int ipv6conf::deferred |
Deferred discovery counter.
Definition at line 1104 of file ndp.c.
Referenced by ipv6conf_expired().