summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network: Remove FreeBSD specific hackSebastian Huber2017-06-121-21/+0
| | | | | | | | | For whatever reason FreeBSD renames several functions provided by <arpa/inet.h> and uses weak references to provide the standard function names. This causes problems on targets lacking proper support for weak references. We do not need this function renaming on RTEMS.lk:x Update #2833.
* network: Header file compatiblitySebastian Huber2017-06-072-21/+2
| | | | | | | | Move legacy network stack implementation specifics to <rtems/rtems_bsdnet_internal.h>. Include missing header files. Add interface flags compatibility. Update #2833.
* network: Update <arpa/inet.h>Sebastian Huber2017-06-071-0/+21
| | | | Update #2833.
* network: Move header filesSebastian Huber2017-06-0712-0/+3423
Prevent accidental use of legacy network header files. Update #2833.