summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_queue/libnetfilter_queue_ipv6.h
blob: 93452ce1c274202a21e9a1d3e0b089b1bc6ee9df (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LIBNFQUEUE_H_
#define _LIBNFQUEUE_H_

struct pkt_buff;
struct ip6_hdr;

struct ip6_hdr *nfq_ip6_get_hdr(struct pkt_buff *pktb);
int nfq_ip6_set_transport_header(struct pkt_buff *pktb, struct ip6_hdr *iph, uint8_t target);
int nfq_ip6_snprintf(char *buf, size_t size, const struct ip6_hdr *ip6h);

#endif