lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip on linux


From: Iwan Budi Kusnanto
Subject: Re: [lwip-users] lwip on linux
Date: Mon, 11 May 2009 13:17:38 +0700

On Mon, May 11, 2009 at 12:59 PM, Deepak Gopalakrishnan
<address@hidden> wrote:
>
> Im able to run the simhost application on my Ubuntu 8.04 system. while
> trying to debug the code, im not able to location the code that sets the MAC
> address for the tap0 device.
> Can anyone help me as in which file to look for this?

maybe you can check in main_thread() function (in simhost.c) in line 379

netif_set_default(netif_add(&netif,&ipaddr, &netmask, &gw, NULL, tapif_init,
                  tcpip_input));
  netif_set_up(&netif);




> Thanks in advance
> Regards,
> Deepak Gopalakrishnan
> EmSyS
> Larsen & Toubro Ltd
> KIADB industrial Area
> Hebbal Hootagalli
> Mysore
> India- 570018
>
> This mail is classified as :
> ( ) L&T EmSyS Proprietary ( ) L&T EmSyS Confidential (  ) L&T EmSyS Internal
> Use ( ) L&T EmSyS General Business
>
> _______________________________________________
-- 
Iwan Budi Kusnanto




reply via email to

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