modify comparing DHCP server ip addres

This commit is contained in:
becky jeong
2019-10-08 13:27:08 +09:00
parent 890a73fb8b
commit b58bfbdbc8
2 changed files with 35 additions and 4 deletions

View File

@ -3,9 +3,10 @@
//! \file dhcp.h
//! \brief DHCP APIs Header file.
//! \details Processig DHCP protocol as DISCOVER, OFFER, REQUEST, ACK, NACK and DECLINE.
//! \version 1.1.0
//! \date 2013/11/18
//! \version 1.1.1
//! \date 2019/10/08
//! \par Revision history
//! <2019/10/08> compare DHCP server ip address
//! <2013/11/18> 1st Release
//! <2012/12/20> V1.1.0
//! 1. Move unreferenced DEFINE to dhcp.c