mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-26 20:00:50 +00:00
Clean up all UDP-related naming
This commit is contained in:
parent
817e256db3
commit
7a7976652e
1 changed files with 7 additions and 7 deletions
|
|
@ -122,13 +122,13 @@ struct dhcp_msg
|
|||
|
||||
struct dhcpc_state_s
|
||||
{
|
||||
struct uip_udp_conn *ds_conn;
|
||||
const void *ds_macaddr;
|
||||
int ds_maclen;
|
||||
int sockfd;
|
||||
struct in_addr ipaddr;
|
||||
struct in_addr serverid;
|
||||
struct dhcp_msg packet;
|
||||
struct udp_conn_s *ds_conn;
|
||||
const void *ds_macaddr;
|
||||
int ds_maclen;
|
||||
int sockfd;
|
||||
struct in_addr ipaddr;
|
||||
struct in_addr serverid;
|
||||
struct dhcp_msg packet;
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue