lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] DHCP


From: Bill Auerbach
Subject: RE: [lwip-users] DHCP
Date: Tue, 27 May 2008 09:15:44 -0400

> The proper API for this is:
> 
> #include "lwip/api.h"
> struct netconn *conn;
> struct ip_addr addr;
> u16_t port;
> err_t err;
> 
> err = netconn_addr(conn, &addr, &port);

As noted, there is no "raw" way to do this.

Bill





reply via email to

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