rt-thread-official/components/net/uip/rt-thread/uip_addr.h

8 lines
82 B
C

#include "rtdef.h"
struct ip_addr {
rt_uint16_t uip_ip4addr_t[2];
} ;