lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [lwip-users] netif hostname not active


From: bonny gijzen
Subject: RE: [lwip-users] netif hostname not active
Date: Tue, 28 Apr 2009 11:29:19 +0200

You need to have some SMB code.
An example was posted already, check through the archives.
 

Bonny,


Van: address@hidden [mailto:address@hidden Namens Emmanuel Baguia Jr.
Verzonden: dinsdag 28 april 2009 11:10
Aan: lwIP
Onderwerp: [lwip-users] netif hostname not active

Hello,

Good day.

I have an issue using the hostname to resolve netif.

When i tried to initialize a hostname for the interface, i did it like this in the ethernet interface init function:

#if LWIP_NETIF_HOSTNAME
  /* Initialize interface hostname */
  netif->hostname = "lwip";
#endif /* LWIP_NETIF_HOSTNAME */

From the lwip/opt.h I enabled LWIP_NETIF_HOSTNAME.

After having a call back funcion for the ethernet interface init, i printed out the status and i got the actual hostname "lwip". Then after initializing everything, I tried to ping the network resource using the hostname "lwip", but it was not successful. What do I need to do for the hostname to be activated? Please advise.

Thanks,
Emmanuel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]