mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[cmdline] Add the "ipstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
src/include/usr/ipstat.h
Normal file
14
src/include/usr/ipstat.h
Normal 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 */
|
||||
Reference in New Issue
Block a user