search for: nfq_destroy_queu

Displaying 2 results from an estimated 2 matches for "nfq_destroy_queu".

Did you mean: nfq_destroy_queue
2011 Aug 31
1
[Bug 743] New: Errors in compiling nfqnl_test.c
...ed 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.c:(.text+0x3f8): undefined reference to `nfq_destroy_queue' nfqnl_test.c:(.text+0x410): undefined reference to `nfq_close' collect2: ld returned 1 exit status Can you please guide me to resolve the issue? Thanks. -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- Yo...
2012 Apr 25
1
forwarding packets to service in same host without using loopback network
...* this situation. */ if (rv < 0 && errno == ENOBUFS) { printf ("losing packets!\n"); continue; } perror ("recv failed"); break; } printf ("unbinding from queue 0\n"); nfq_destroy_queue (qh); #ifdef INSANE /* normally, applications SHOULD NOT issue this command, since * it detaches other programs/sockets from AF_INET, too ! */ printf ("unbinding from AF_INET\n"); nfq_unbind_pf (h, AF_INET); #endif printf ("closing library ha...