RequiredOptionList); \r
\r
/* Send the DHCP DISCOVER packet */\r
- uip_send(AppData, AppDataSize);\r
+ uip_udp_send(AppDataSize);\r
\r
/* Reset the timeout timer, progress to next state */\r
timer_reset(&DHCPTimer);\r
&AppState->DHCPOffer_Data.ServerIP);\r
\r
/* Send the DHCP REQUEST packet */\r
- uip_send(AppData, AppDataSize);\r
+ uip_udp_send(AppDataSize);\r
\r
/* Reset the timeout timer, progress to next state */\r
timer_reset(&DHCPTimer);\r