Skip to content
Snippets Groups Projects
Commit 7a797665 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Clean up all UDP-related naming

parent 817e256d
No related branches found
No related tags found
No related merge requests found
...@@ -122,13 +122,13 @@ struct dhcp_msg ...@@ -122,13 +122,13 @@ struct dhcp_msg
struct dhcpc_state_s struct dhcpc_state_s
{ {
struct uip_udp_conn *ds_conn; struct udp_conn_s *ds_conn;
const void *ds_macaddr; const void *ds_macaddr;
int ds_maclen; int ds_maclen;
int sockfd; int sockfd;
struct in_addr ipaddr; struct in_addr ipaddr;
struct in_addr serverid; struct in_addr serverid;
struct dhcp_msg packet; struct dhcp_msg packet;
}; };
/**************************************************************************** /****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment