Rename arpping.[ch] to arp.[ch].
This commit is contained in:
parent
8e905d0611
commit
d04916aec5
@ -10,7 +10,7 @@ set(NDHC_SRCS
|
|||||||
timeout.c
|
timeout.c
|
||||||
script.c
|
script.c
|
||||||
clientpacket.c
|
clientpacket.c
|
||||||
arpping.c
|
arp.c
|
||||||
ndhc.c
|
ndhc.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "arpping.h"
|
#include "arp.h"
|
||||||
#include "clientpacket.h"
|
#include "clientpacket.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "sys.h"
|
#include "sys.h"
|
@ -51,7 +51,7 @@
|
|||||||
#include "sys.h"
|
#include "sys.h"
|
||||||
#include "script.h"
|
#include "script.h"
|
||||||
#include "socket.h"
|
#include "socket.h"
|
||||||
#include "arpping.h"
|
#include "arp.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "chroot.h"
|
#include "chroot.h"
|
||||||
#include "cap.h"
|
#include "cap.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include "script.h"
|
#include "script.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "clientpacket.h"
|
#include "clientpacket.h"
|
||||||
#include "arpping.h"
|
#include "arp.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
static void init_selecting_timeout(struct client_state_t *cs)
|
static void init_selecting_timeout(struct client_state_t *cs)
|
||||||
|
Loading…
Reference in New Issue
Block a user