On 30 Apr 2012, at 10:02, Marco Jakobs wrote: > How can i convert this "packed" format into the good old "ip_addr"-format to > get the errors away from those lines above?
I think ip_addr_set() or ip_addr_copy() (the latter is faster but doesn't check for NULL) should do the job. Kieran _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
