iPXE
Data Fields
ipv6conf Struct Reference

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_devicenetdev
 Network device being configured. More...
 
struct retry_timer timer
 Retransmission timer. More...
 
unsigned int deferred
 Deferred discovery counter. More...
 

Detailed Description

An IPv6 configurator.

Definition at line 1075 of file ndp.c.

Field Documentation

◆ refcnt

struct refcnt ipv6conf::refcnt

Reference count.

Definition at line 1077 of file ndp.c.

Referenced by ipv6conf_done(), and start_ipv6conf().

◆ list

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().

◆ job

struct interface ipv6conf::job

Job control interface.

Definition at line 1082 of file ndp.c.

Referenced by ipv6conf_done(), and start_ipv6conf().

◆ dhcp

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().

◆ netdev

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().

◆ timer

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().

◆ deferred

unsigned int ipv6conf::deferred

Deferred discovery counter.

Definition at line 1093 of file ndp.c.

Referenced by ipv6conf_expired().


The documentation for this struct was generated from the following file: