[cmdline] Add the "ipstat" command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-03-02 20:35:13 +00:00
parent 11963c4f5f
commit f22c19f3fb
5 changed files with 150 additions and 0 deletions

14
src/include/usr/ipstat.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef _USR_IPSTAT_H
#define _USR_IPSTAT_H
/** @file
*
* IP statistics
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern void ipstat ( void );
#endif /* _USR_IPSTAT_H */