Rename clientpacket.c to dhcpmsg.c.
This commit is contained in:
		@@ -9,7 +9,7 @@ set(NDHC_SRCS
 | 
				
			|||||||
  packet.c
 | 
					  packet.c
 | 
				
			||||||
  timeout.c
 | 
					  timeout.c
 | 
				
			||||||
  script.c
 | 
					  script.c
 | 
				
			||||||
  clientpacket.c
 | 
					  dhcpmsg.c
 | 
				
			||||||
  arp.c
 | 
					  arp.c
 | 
				
			||||||
  ndhc.c
 | 
					  ndhc.c
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@
 | 
				
			|||||||
#include <sys/time.h>
 | 
					#include <sys/time.h>
 | 
				
			||||||
#include <errno.h>
 | 
					#include <errno.h>
 | 
				
			||||||
#include "arp.h"
 | 
					#include "arp.h"
 | 
				
			||||||
#include "clientpacket.h"
 | 
					#include "dhcpmsg.h"
 | 
				
			||||||
#include "packet.h"
 | 
					#include "packet.h"
 | 
				
			||||||
#include "sys.h"
 | 
					#include "sys.h"
 | 
				
			||||||
#include "script.h"
 | 
					#include "script.h"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* clientpacket.c
 | 
					/* dhcpmsg.c
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Packet generation and dispatching functions for the DHCP client.
 | 
					 * Packet generation and dispatching functions for the DHCP client.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
@@ -45,7 +45,7 @@
 | 
				
			|||||||
#include "dhcpd.h"
 | 
					#include "dhcpd.h"
 | 
				
			||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
#include "options.h"
 | 
					#include "options.h"
 | 
				
			||||||
#include "clientpacket.h"
 | 
					#include "dhcpmsg.h"
 | 
				
			||||||
#include "packet.h"
 | 
					#include "packet.h"
 | 
				
			||||||
#include "timeout.h"
 | 
					#include "timeout.h"
 | 
				
			||||||
#include "sys.h"
 | 
					#include "sys.h"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@
 | 
				
			|||||||
#include <errno.h>
 | 
					#include <errno.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "packet.h"
 | 
					#include "packet.h"
 | 
				
			||||||
#include "clientpacket.h"
 | 
					#include "dhcpmsg.h"
 | 
				
			||||||
#include "socket.h"
 | 
					#include "socket.h"
 | 
				
			||||||
#include "script.h"
 | 
					#include "script.h"
 | 
				
			||||||
#include "sys.h"
 | 
					#include "sys.h"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@
 | 
				
			|||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
#include "script.h"
 | 
					#include "script.h"
 | 
				
			||||||
#include "packet.h"
 | 
					#include "packet.h"
 | 
				
			||||||
#include "clientpacket.h"
 | 
					#include "dhcpmsg.h"
 | 
				
			||||||
#include "arp.h"
 | 
					#include "arp.h"
 | 
				
			||||||
#include "log.h"
 | 
					#include "log.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user