File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / src / arping.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:16:27 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

/* 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;
void do_libnet_init(const char *ifname);
const char *arping_lookupdev_default(const char *ifname,
                                     uint32_t srcip, uint32_t dstip,
                                     char *ebuf);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>