summaryrefslogtreecommitdiffstats
path: root/libipq/libipq.c
Commit message (Collapse)AuthorAgeFilesLines
* iptables: Coverity: NEGATIVE_RETURNSJiri Popelka2011-06-221-1/+0
| | | | | | | | libipq.c:232: var_tested_neg: Variable "h->fd" tests negative. libipq.c:234: negative_returns: "h->fd" is passed to a parameter that cannot be negative. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* src: use C99/POSIX typesJan Engelhardt2011-01-081-2/+2
| | | | | | "u_int" was a non-standardized extension predating C99 on some platforms. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libipq: fix compile errorJan Engelhardt2009-02-121-0/+2
| | | | | | | | | | | | libipq.c: In function `ipq_create_handle': libipq.c:220: error: `NFPROTO_IPV4' undeclared (first use in this function) libipq.c:220: error: (Each undeclared identifier is reported only once libipq.c:220: error: for each function it appears in.) libipq.c:222: error: `NFPROTO_IPV6' undeclared (first use in this function) Add the required includes. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-2/+2
| | | | | | | | Resync netfilter.h from the latest kernel and make use of the new NFPROTO_ constants that have been introduced. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
* get rid of numerous gcc-4 warningsHarald Welte2005-07-191-1/+2
|
* check if received netlink messages are really from the kernel (pid==0)Harald Welte2003-11-141-0/+4
|
* IPv6 queue handler, libipq support, documentation from Fernando Anton.James Morris2001-11-241-6/+20
|
* Libipq timeout patch from Joost Remijn, updated TODO and scores.James Morris2001-09-211-7/+47
|
* Added more specific copyright & author information.James Morris2001-05-301-0/+4
|
* added ipq_errstr() to APIJames Morris2000-11-181-1/+6
|
* More sparc64 fixesRusty Russell2000-09-041-1/+1
|
* Makefile fixes for release.v1.0.0-alphaRusty Russell2000-03-201-11/+11
| | | | Whitespace cleanups.
* reorganized tree after kernel mergeMarc Boucher2000-03-201-0/+310