summaryrefslogtreecommitdiff
path: root/src/arping.h
blob: 54c5961ff84c55724c9fec783093ca2a7267020a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* arping/src/arping.h */

#if HAVE_STDINT_H
#include <stdint.h>
#endif

#if HAVE_INTTYPES_H
#include <inttypes.h>
#endif

extern uint32_t srcip,dstip;
extern int verbose;
void do_libnet_init(const char *ifname);
const char *arping_lookupdev_default(uint32_t srcip, uint32_t dstip,
				     char *ebuf);