Nut/OS  5.0.5
API Reference
dyn_cfg Struct Reference

Dynamic configuration structure. More...

Collaboration diagram for dyn_cfg:
[legend]

Data Fields

uint8_t dyn_msgtyp
 DHCP message type.
uint32_t dyn_yiaddr
 Offered IP address.
uint32_t dyn_netmask
 Local IP netmask.
uint32_t dyn_broadcast
 Local IP broadcast address.
uint32_t dyn_gateway
 Default gate IP address.
uint32_t dyn_pdns
 Primary DNS IP address.
uint32_t dyn_sdns
 Secondary DNS IP address.
uint32_t dyn_sid
 Server identifier.
uint32_t dyn_renewalTime
 Renewal time in seconds.
uint32_t dyn_rebindTime
 Rebind time in seconds.
uint32_t dyn_leaseTime
 Offered lease time in seconds.
uint8_tdyn_hostname
 Local hostname.
uint8_tdyn_domain
 Name of local domain.

Detailed Description

Dynamic configuration structure.


Field Documentation

DHCP message type.

Referenced by NutDhcpClient().

Offered IP address.

Referenced by NutDhcpClient(), and NutDhcpIfConfig().

Local IP netmask.

Referenced by NutDhcpIfConfig().

Local IP broadcast address.

Default gate IP address.

Referenced by NutDhcpIfConfig().

Primary DNS IP address.

Referenced by NutDhcpIfConfig().

Secondary DNS IP address.

Referenced by NutDhcpIfConfig().

Server identifier.

Referenced by NutDhcpClient().

Renewal time in seconds.

Referenced by NutDhcpClient().

Rebind time in seconds.

Referenced by NutDhcpClient().

Offered lease time in seconds.

Local hostname.

Name of local domain.


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