NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.h

This commit is contained in:
Gregory Nutt 2014-07-05 14:40:29 -06:00
parent 5355664353
commit 42d4d7a7e0

View File

@ -123,7 +123,6 @@ struct dhcp_msg
struct dhcpc_state_s
{
struct udp_conn_s *ds_conn;
const void *ds_macaddr;
int ds_maclen;
int sockfd;