lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Missing ip4_2_ip and ip6_2_ip


From: Jan Breuer
Subject: Re: [lwip-devel] Missing ip4_2_ip and ip6_2_ip
Date: Mon, 28 Sep 2015 11:34:38 +0200

Simon Goldschmidt wrote:
Jan Breuer wrote:
you remove  ip4_2_ip and ip6_2_ip functions. I understand that they are not used in LwIP core, but they were usefull functions.

I don't want to waste space for example in configuration EEPROM. I store static IPv4 addresses in ip4_addr_t. Now I have hard times to convert them to ip_addr_t.

Can't you use ip_addr_copy_from_ip4/6 instead? The ip4/6_2_ip functions were kind of broken in their parameter/return values, I don't really want to reintroduce them.


Thank you very much. I just missed them in tons of ip_addr_xxx macros. 

Best regards,
Jan

reply via email to

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