lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] autoip_remove_struct()


From: Amena El Homsi
Subject: [lwip-users] autoip_remove_struct()
Date: Wed, 20 Nov 2019 10:22:40 +0200

Hello,

I set autoip struct using autoip_set_struct(). However, when I call autoip_remove_struct()  I got a compilation error:
error: no member named 'autoip' in 'struct netif'

Why dhcp_remove_struct() is expanded to: netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP, NULL)
and autoip_remove_struct is expanded to: do { (netif)->autoip = NULL; } while (0)
?

--

Amena El-Homsi
Computer & Communication Engineer
Dipl. Eng,  M.S.

reply via email to

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