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.
_______________________________________________ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users