search for: nfq_get_payload

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

2012 Apr 25
1
forwarding packets to service in same host without using loopback network
...= nfq_get_outdev (tb); if (ifi) printf ("outdev=%u ", ifi); ifi = nfq_get_physindev (tb); if (ifi) printf ("physindev=%u ", ifi); ifi = nfq_get_physoutdev (tb); if (ifi) printf ("physoutdev=%u ", ifi); ret = nfq_get_payload (tb, &data); if (ret >= 0) printf ("payload_len=%d ", ret); fputc ('\n', stdout); return id; } static int cb (struct nfq_q_handle *qh, struct nfgenmsg *nfmsg, struct nfq_data *nfa, void *data) { uint32_t ip_src, ip...
2011 Aug 31
1
[Bug 743] New: Errors in compiling nfqnl_test.c
...ence to `nfq_get_msg_packet_hdr' nfqnl_test.c:(.text+0x73): undefined reference to `nfq_get_nfmark' nfqnl_test.c:(.text+0x9a): undefined reference to `nfq_get_indev' nfqnl_test.c:(.text+0xc1): undefined reference to `nfq_get_outdev' nfqnl_test.c:(.text+0xef): undefined reference to `nfq_get_payload' /tmp/cclJyK12.o: In function `cb(nfq_q_handle*, nfgenmsg*, nfq_data*, void*)': nfqnl_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): und...