ID the MBED processor on the network if you have more than one. View MBED name on DHCP of your Router - Example \"MBED PE\" Change your ID in Core / host.h

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 78 of file LPC1768/lwip/include/lwip/dns.h.


Field Documentation

ip_addr_t addr

static host address in network byteorder

Definition at line 82 of file LPC1768/lwip/include/lwip/dns.h.

const char * name

static hostname

Definition at line 80 of file LPC1768/lwip/include/lwip/dns.h.