|
iPXE
|
An IPv6 configurator. More...
Data Fields | |
| struct refcnt | refcnt |
| Reference count. More... | |
| struct list_head | list |
| List of configurators. More... | |
| struct interface | job |
| Job control interface. More... | |
| struct interface | dhcp |
| DHCPv6 interface. More... | |
| struct net_device * | netdev |
| Network device being configured. More... | |
| struct retry_timer | timer |
| Retransmission timer. More... | |
| unsigned int | deferred |
| Deferred discovery counter. More... | |
| struct refcnt ipv6conf::refcnt |
Reference count.
Definition at line 1077 of file ndp.c.
Referenced by ipv6conf_done(), and start_ipv6conf().
| struct list_head ipv6conf::list |
List of configurators.
Definition at line 1079 of file ndp.c.
Referenced by ipv6conf_demux(), ipv6conf_done(), and start_ipv6conf().
| struct interface ipv6conf::job |
Job control interface.
Definition at line 1082 of file ndp.c.
Referenced by ipv6conf_done(), and start_ipv6conf().
| struct interface ipv6conf::dhcp |
DHCPv6 interface.
Definition at line 1084 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 1087 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 1090 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 1093 of file ndp.c.
Referenced by ipv6conf_expired().
1.8.15