diff options
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ #ifndef _UDP_H #define _UDP_H 1 extern int sendCustomUDP(const int socket, const int ifindex, const unsigned char *sourcemac, const unsigned char *destmac, const struct in_addr *sourceip, const int sourceport, const struct in_addr *destip, const int destport, const char *data, const int datalen); -extern void etherAddrton(unsigned char *dest, const unsigned char *mac); #endif |