search for: nfq_bind_pf

Displaying 3 results from an estimated 3 matches for "nfq_bind_pf".

Did you mean: nfq_unbind_pf
2013 Jun 08
0
[Bug 700] provide better errors for nfq_bind_pf()
https://bugzilla.netfilter.org/show_bug.cgi?id=700 Florian Westphal <fw at strlen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |fw at strlen.de Resolution|
2012 Apr 25
1
forwarding packets to service in same host without using loopback network
..._queue handler for AF_INET (if any)\n"); if (nfq_unbind_pf (h, AF_INET) < 0) { fprintf (stderr, "error during nfq_unbind_pf()\n"); exit (1); } printf ("binding nfnetlink_queue as nf_queue handler for AF_INET\n"); if (nfq_bind_pf (h, AF_INET) < 0) { fprintf (stderr, "error during nfq_bind_pf()\n"); exit (1); } printf ("binding this socket to queue '0'\n"); qh = nfq_create_queue (h, 0, &cb, NULL); if (!qh) { fprintf (s...
2011 Aug 31
1
[Bug 743] New: Errors in compiling nfqnl_test.c
...nl_test.c:(.text+0x173): undefined reference to `nfq_set_verdict' /tmp/cclJyK12.o: In function `main': nfqnl_test.c:(.text+0x1a8): undefined reference to `nfq_open' nfqnl_test.c:(.text+0x204): undefined reference to `nfq_unbind_pf' nfqnl_test.c:(.text+0x25c): undefined reference to `nfq_bind_pf' nfqnl_test.c:(.text+0x2c4): undefined reference to `nfq_create_queue' nfqnl_test.c:(.text+0x328): undefined reference to `nfq_set_mode' nfqnl_test.c:(.text+0x36c): undefined reference to `nfq_fd' nfqnl_test.c:(.text+0x39a): undefined reference to `nfq_handle_packet' nfqnl_test....