[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Little endian
From: |
Fabian Cenedese |
Subject: |
Re: [lwip-users] Little endian |
Date: |
Thu, 26 Jun 2014 15:28:07 +0200 |
At 11:14 26.06.2014, you wrote:
>Is the trace wrong or did I give a wrong address?
I got this sorted out, I was using a different variable for the netif_add.
>Shouldn't that be
> ip_addr_set_hton(&iphdr->src, src);
And I read in the documentation that ipaddr is always network order
so copying directly is ok.
Sorry for the noise.
bye Fabi