Loading...
Searching...
No Matches
hostnames_v4_xfa_t Struct Reference

A single IPv4 host in the list of hostnames. More...

Detailed Description

A single IPv4 host in the list of hostnames.

This type is used internally by the HOST_IPV4 macro.

Definition at line 74 of file hosts.h.

#include <hosts.h>

Data Fields

FLASH_ATTR const char * name
 Name of the host.
 
const ipv4_addr_t addr
 Address of the host.
 

Field Documentation

◆ addr

const ipv4_addr_t hostnames_v4_xfa_t::addr

Address of the host.

Definition at line 76 of file hosts.h.

◆ name

FLASH_ATTR const char* hostnames_v4_xfa_t::name

Name of the host.

Definition at line 75 of file hosts.h.


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