summaryrefslogtreecommitdiff
path: root/udp.h
blob: 90968cd0594e588448902c1e568cec1f0b31d45c (plain)
1
2
3
4
#ifndef _UDP_H
#define _UDP_H 1
extern int send_custom_udp(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 unsigned char *data, const int datalen);
#endif