Home / linux / netfilter
Name Modified Size InfoDownloads / Week
Parent folder
ipset 2023-03-31
x_tables.h 2023-03-31 15.8 kB
nf_conntrack_tftp.h 2023-03-31 634 Bytes
nf_conntrack_zones_common.h 2023-03-31 600 Bytes
nf_conntrack_sctp.h 2023-03-31 329 Bytes
nf_conntrack_sip.h 2023-03-31 5.8 kB
nf_conntrack_snmp.h 2023-03-31 340 Bytes
nf_conntrack_tcp.h 2023-03-31 1.3 kB
nf_conntrack_proto_gre.h 2023-03-31 949 Bytes
nf_conntrack_sane.h 2023-03-31 370 Bytes
nf_conntrack_irc.h 2023-03-31 522 Bytes
nf_conntrack_pptp.h 2023-03-31 7.9 kB
nf_conntrack_h323_asn1.h 2023-03-31 3.4 kB
nf_conntrack_h323_types.h 2023-03-31 35.4 kB
nf_conntrack_ftp.h 2023-03-31 1.3 kB
nf_conntrack_h323.h 2023-03-31 3.5 kB
nf_conntrack_common.h 2023-03-31 1.1 kB
nf_conntrack_dccp.h 2023-03-31 803 Bytes
nf_conntrack_amanda.h 2023-03-31 511 Bytes
nfnetlink_osf.h 2023-03-31 1.0 kB
nfnetlink.h 2023-03-31 3.0 kB
nfnetlink_acct.h 2023-03-31 562 Bytes
Totals: 22 Items   85.2 kB 0

Foreword: The FreeLSD design may not be robust and it certainly isn't elegant.

FreeLSD is an effort to bring Void Linux (musl) x86_64 as close to FreeBSD as possible, using https://github.com/dcantrell/bsdutils as a replacement for coreutils and https://github.com/chimera-linux/bsdutils-extra to cover GNU tools not covered by bdsutils.

The header files here are needed to compile, on Void Linux, programs and libraries that use functions and data structures provided by software packages (such as bsdutils).

Warning: the /usr/include folder is therefore a very important resource for software development in the Linux environment, as it allows access to many functions and libraries useful for creating programs and applications. Use these headers only on test environments.

All the files here were taken directly from the https://github.com/torvalds/linux repository No file has really been modified, the files useful for our builds have simply been taken and placed in a single folder (the content of which will be copied/overwritten in /usr/include/).

Source: README.md, updated 2023-03-31