summaryrefslogtreecommitdiffstats
path: root/cpukit/include/machine/_kernel_in6.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Add group for FreeBSD kernel header filesSebastian Huber2023-03-171-0/+2
|
* Provide kernel space items only if neededSebastian Huber2023-03-141-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.
* Add in_localip_fib(), in6_localip_fib().Gleb Smirnoff2022-07-111-0/+1
| | | | | | | Check if given address/FIB exists locally. Reviewed by: melifaro Differential revision: https://reviews.freebsd.org/D32913
* Add file descriptions to kernel space headersSebastian Huber2022-05-181-0/+7
|
* Add FreeBSD kernel space header filesSebastian Huber2018-08-271-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.