ipq_read (3) Linux Manual Page
ipq_read — read queue messages from ip_queue and read into supplied buffer Synopsis#include <linux/netfilter.h> #include <libipq.h> ssize_t ipq_read(const struct ipq_handle *h, unsigned char *buf, size_t len, int timeout); DescriptionThe ipq_read function reads a queue message from the kernel and copies it to the memory pointed to by buf to a maximum length of len. The…
