summaryrefslogtreecommitdiffstats
path: root/cpukit/include/machine/_kernel_in6.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-17doxygen: Add group for FreeBSD kernel header filesSebastian Huber1-0/+2
2023-03-14Provide kernel space items only if neededSebastian Huber1-3/+5
The kernel space parts of standard system header files were protected against misuse by a preprocessor error directive. This approach does not work well with tools such as Doxygen. Provide the kernel space items only if the required defines are present.
2022-07-11Add in_localip_fib(), in6_localip_fib().Gleb Smirnoff1-0/+1
Check if given address/FIB exists locally. Reviewed by: melifaro Differential revision: https://reviews.freebsd.org/D32913
2022-05-18Add file descriptions to kernel space headersSebastian Huber1-0/+7
2018-08-27Add FreeBSD kernel space header filesSebastian Huber1-0/+181
Move the kernel space content of some Newlib provided header files to RTEMS and libbsd. This allows to use the Newlib provided header files with different FreeBSD baselines. Update #3472.