summaryrefslogtreecommitdiff
path: root/udp.h
blob: 5aefab779a3aaf1752ca264c3b3ee1348ea153c6 (plain)
1
2
3
4
#ifndef _UDP_H
#define _UDP_H 1
extern int sendCustomUDP(const int socket, const char *sourcemac, const char *destmac, const char *sourceip, const int sourceport, const char *destip, const int destport, const char *data, const int datalen);
#endif