lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] question about netif.c


From: Anoulak Kictiraz
Subject: Re: [lwip-users] question about netif.c
Date: Wed, 03 Nov 2004 13:15:30 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624

jack W wrote:

>     hi everyone 
>
>
>    i am reading the souce codes  and in the file named netif.c ,there is a 
> function named 
>netif_add(). In the function  a line of program  is "init(netif);" and i don't 
>understand where is init()?
>  
>
init(netif) is a callback function in the lower protocol layer such as
ppp or ethernet.
If you use ppp than you can find the implementation of this callback
function "static err_t pppifNetifInit(struct netif *netif)" into the
file ppp.c.

Bye,

Anoulak

-- 

_____ FALCOM GmbH ______________________________________________________

Dipl.-Inf. Anoulak Kictiraz

Software Engineer
R&D Department

Phone:   +49 3677 8042 0
Fax:     +49 3677 8042 215
E-mail:  address@hidden

Address: Gewerbering 6, 98704 Langewiesen, Germany

______________________________ www.falcom.de ___________________________

This e-mail and any files transmitted are the property of FALCOM and/or
its affiliates, are confidential, and are intended solely for the use of
the individual or entity to whom this e-mail is addressed. If you are
not one of the named recipients or otherwise have reason to believe that
you have received this e-mail in error, please notify the sender and
delete this message immediately from your computer. Any other use,
retention, dissemination, forwarding, printing or copying of this e-mail
is strictly prohibited.






reply via email to

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