Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

dhcp.h

Go to the documentation of this file.
00001 /*! \file dhcp.h
00002     Default configuration for the DHCP server.
00003  */
00004 
00005 #ifndef DHCP_HEADER_FILE
00006 #define DHCP_HEADER_FILE
00007 
00008   /*! \brief Port number for the DHCP server. */
00009 
00010   #define SERVER_PORT   67
00011 
00012   /*! \brief Port number for the DHCP client. */
00013 
00014   #define TARGET_PORT   68
00015 
00016 
00017 #endif
00018 
00019 

Generated on Mon Jun 19 12:31:05 2006 for MyDhcp_V2 by doxygen1.2.15