ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

local_hostlist_entry Struct Reference

local_hostlist_entry Struct Reference

struct used for local host-list More...

#include <dns.h>

Data Fields

const char * name
 static hostname
ip_addr_t addr
 static host address in network byteorder

Detailed Description

struct used for local host-list

Definition at line 72 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/dns.h.


Field Documentation

static host address in network byteorder

Definition at line 76 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/dns.h.

const char * name

static hostname

Definition at line 74 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/dns.h.