summaryrefslogtreecommitdiffstats
path: root/include/libipq/libipq.h
Commit message (Collapse)AuthorAgeFilesLines
* treewide: use uint* instead of u_int*Nick Hainke2022-05-181-4/+4
| | | | | | | | | | | | | | | | | | | | Gcc complains about missing types. Some commits introduced u_int* instead of uint*. Use uint treewide. Fixes errors in the form of: In file included from xtables-legacy-multi.c:5: xshared.h:83:56: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 83 | set_option(unsigned int *options, unsigned int option, u_int16_t *invflg, | ^~~~~~~~~ | uint16_t make[6]: *** [Makefile:712: xtables_legacy_multi-xtables-legacy-multi.o] Error 1 Avoid libipq API breakage by adjusting libipq.h include accordingly. For arpt_mangle.h kernel uAPI header, apply same change as in kernel commit e91ded8db5747 ("uapi: netfilter_arp: use __u8 instead of u_int8_t"). Signed-off-by: Nick Hainke <vincent@systemli.org> Signed-off-by: Phil Sutter <phil@nwl.cc>
* Removes KERNEL_64_USERSPACE_32Yasuyuki KOZAKAI2007-06-301-5/+0
| | | | | | | The recent kernel has compat layer for iptables. It doesn't have compat layer for libipq and ip6tables, but ip6tables with KERNEL_64_USERSPACE_32 is still broken. We should fix kernel instead of fixing them if and when we want use their 32bit binary with 64bit kernel.
* fix ipq_id_t on 'real' kernel+userspace 64bit archs (Ryan Veety)Ryan Veety2003-09-071-1/+1
|
* IPv6 queue handler, libipq support, documentation from Fernando Anton.James Morris2001-11-241-1/+1
|
* Added more specific copyright & author information.James Morris2001-05-301-0/+4
|
* added ipq_errstr() to APIJames Morris2000-11-181-0/+1
|
* More sparc64 fixesRusty Russell2000-09-041-1/+3
|
* More sparc64 fixes.Rusty Russell2000-09-041-0/+4
|
* reorganized tree after kernel mergeMarc Boucher2000-03-201-0/+77