Definition at line 65 of file discover.h.
Data Fields | |
uint32_t | dist_xid |
Exchange identifier. | |
uint8_t | dist_type |
Message type, 0=request, 1=announce, 2=apply. | |
uint8_t | dist_ver |
Telegram version. | |
uint8_t | dist_mac [6] |
Ethernet MAC address. | |
uint32_t | dist_ip_addr |
Last used IP address. | |
uint32_t | dist_ip_mask |
IP netmask. | |
uint32_t | dist_gateway |
Default route. | |
uint32_t | dist_cip_addr |
Configured IP address. | |
uint8_t | dist_hostname [8] |
Host name of the system. | |
uint8_t | dist_custom [92] |
Bootfile to request. |
Message type, 0=request, 1=announce, 2=apply.
Definition at line 67 of file discover.h.
Referenced by NutDiscoveryAnnTele().
Ethernet MAC address.
Definition at line 69 of file discover.h.
Referenced by NutDiscoveryAnnTele(), and NutDiscoveryAppConf().
Last used IP address.
Definition at line 70 of file discover.h.
Referenced by NutDiscoveryAnnTele(), and NutDiscoveryAppConf().
IP netmask.
Definition at line 71 of file discover.h.
Referenced by NutDiscoveryAnnTele(), and NutDiscoveryAppConf().
Default route.
Definition at line 72 of file discover.h.
Referenced by NutDiscoveryAnnTele(), and NutDiscoveryAppConf().
Configured IP address.
Definition at line 73 of file discover.h.
Referenced by NutDiscoveryAnnTele(), and NutDiscoveryAppConf().
Host name of the system.
Definition at line 74 of file discover.h.
Referenced by NutDiscoveryAnnTele(), and NutDiscoveryAppConf().