summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/rtems/rtems_showroute.c (follow)
AgeCommit message (Collapse)Author
2018-09-10network: Use kernel/user space header filesSebastian Huber
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
2017-06-07network: Header file compatiblitySebastian Huber
Move legacy network stack implementation specifics to <rtems/rtems_bsdnet_internal.h>. Include missing header files. Add interface flags compatibility. Update #2833.
2016-06-28libnetworking: Import current <arpa/inet.h>Christian Mauderer
Import the <arpa/inet.h> from current FreeBSD. Necessary due to changes in <netinet/in.h>. Remove BSD hack from <arpa/inet.h>. Clean up problems with htonl(). These functions are defined in <arpa/inet.h>. This lead to some problems because they are defined in <rtems/endian.h> too. Add NTOHL, ... to <rtems/rtems_bsdnet_internal.h>.
2016-04-22network: Fix warningsSebastian Huber
2016-04-07network: Quirk for Newlib compatibilitySebastian Huber
Newlib provides now a declration for random() in <stdlib.h>. This confilicts with the define in <rtems/rtems_bsdnet_internal.h>.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-03-02Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.Ralf Corsepius
2008-08-01Add missing prototypes.Ralf Corsepius
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius
2005-05-202005-05-20 Sergei Organov <osv@topconrd.ru>Joel Sherrill
PR 749/networking * libnetworking/rtems/rtems_showroute.c: Avoid NULL dereference.
2005-04-282005-04-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* libnetworking/kern/kern_sysctl.c, libnetworking/libc/inet_ntop.c, libnetworking/net/if_ppp.c, libnetworking/net/pppcompress.c, libnetworking/net/slcompress.c, libnetworking/netinet/ip_output.c, libnetworking/netinet/udp_usrreq.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_select.c, libnetworking/rtems/rtems_showifstat.c, libnetworking/rtems/rtems_showroute.c, libnetworking/rtems/rtems_syscall.c: Fixed type mismatch and uninitialized variable warnings.
2005-02-02Include config.h.Ralf Corsepius
2004-04-18Remove stray white spaces.Ralf Corsepius
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to remove warnings.Joel Sherrill
1999-10-06Modified to avoid conflicts on definitions of malloc. newlib 1.8.2Joel Sherrill
now prototypes the malloc family in stdlib.h. This causes conflicts with the way the network stack overrides the definitions of malloc. As best I (being Joel) can tell, commenting stdlib.h out keeps the files compiling and referencing the desired malloc/free but results in more warnings.
1998-09-21Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill
Here's a patch to make the rtems_showroute routine a little more useful. For `host' route table entries the link-level address is now displayed. This is equivalent to the old `show arp table' information displayed by the KA9Q code.
1998-08-21All warnings removed.Joel Sherrill
1998-08-20Added CVS IdsJoel Sherrill
1998-08-19Base filesJoel Sherrill