[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-users] How to test IP over PPP ?
From: |
Ivarsson Magnus |
Subject: |
RE: [lwip-users] How to test IP over PPP ? |
Date: |
Thu, 27 Nov 2003 10:57:41 +0100 |
My guess is that there are function prototypes that you should implement and
then register in these function pointers (not void pointers) then you will get
a callback to your function when for example the link status has changed
However I have not dug into the sources of this PPP implementation yet so it is
a guess ;)
BR, Magnus
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden
> Behalf Of Jani Monoses
> Sent: den 27 november 2003 08:12
> To: address@hidden; Mailing list for lwIP users
> Subject: Re: [lwip-users] How to test IP over PPP ?
>
>
> I'm afraid you'll have to use the source as there's no documentation I
> know of. For an example of use look at the ecos port in contrib, the
> src/ecos/init.c file.
>
> Jani
>
> > I noticed 2 void pointer defined in PPPControl struct, void(*
> > linkStatusCB) and void * linkStatusCtx.
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lwip-users
>