Return to arping.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / src |
1.1 misho 1: /* arping/src/arping.h */ 2: 3: #if HAVE_STDINT_H 4: #include <stdint.h> 5: #endif 6: 7: #if HAVE_INTTYPES_H 8: #include <inttypes.h> 9: #endif 10: 11: extern uint32_t srcip,dstip; 12: void do_libnet_init(const char *ifname); 13: const char *arping_lookupdev_default(const char *ifname, 14: uint32_t srcip, uint32_t dstip, 15: char *ebuf);