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 14:33:07 +0700

Oops, sorry.
I misread your question, i think you ask the code that set IP address.


On Mon, May 11, 2009 at 1:17 PM, Iwan Budi Kusnanto <address@hidden> wrote:
> 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);
>
-- 
Iwan Budi Kusnanto




reply via email to

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