mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
fb94d50410
typedef union uip_ip4addr_t { u16_t u16[2]; u8_t u8[4]; } uip_ip4addr_t; typedef uip_ip4addr_t uip_ipaddr_t; This implies that one must consistently pass pointers to uip_ipaddr_t:s and not mix and match pointers with uip_ipaddr_t:s as was done earlier. |
||
---|---|---|
.. | ||
c64 | ||
esb | ||
ethernut1 | ||
ethernut2 | ||
gtk | ||
minimal-net | ||
minimal-ppp | ||
native | ||
netsim | ||
sky |