summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showifstat.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-157/+0
Update #3850
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-09-10network: Use kernel/user space header filesSebastian Huber1-0/+2
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 Huber1-0/+1
Move legacy network stack implementation specifics to <rtems/rtems_bsdnet_internal.h>. Include missing header files. Add interface flags compatibility. Update #2833.
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-1/+1
Update #2833.
2016-06-28libnetworking: Import current <arpa/inet.h>Christian Mauderer1-1/+0
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 Huber1-0/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+0
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 Corsepius1-1/+1
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius1-1/+1
2005-10-25Don't sign-extend address components.Eric Norum1-2/+2
2005-05-06 * libnetworking/rtems/rtems_showifstat.c: Remove warning.Joel Sherrill1-0/+1
2005-04-282005-04-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* 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 Corsepius1-0/+4
2004-05-212004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill1-1/+1
PR 626/networking * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
2004-04-18Remove stray white spaces.Ralf Corsepius1-1/+1
2003-08-062003-08-06 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett1-11/+51
PR 435/networking * rtems/rtems_showifstat.c: rtems_showifstat misses printing the netmask
1999-10-04Patch from Eric Norum <eric@cls.usask.ca>. Comments follow:Joel Sherrill1-2/+4
The old system would panic when the loopback interface was included as part of the network initialation structures. With the printf you get an message, but the interface is still properly initialized.
1998-08-20Added CVS IdsJoel Sherrill1-0/+4
1998-08-19Base filesJoel Sherrill1-0/+106