diff options
author | Michael Brown | 2014-03-02 21:35:13 +0100 |
---|---|---|
committer | Michael Brown | 2014-03-03 00:57:47 +0100 |
commit | f22c19f3fb53aa323f2297c62fc08f368b19cdc8 (patch) | |
tree | 06bbb082d7173fc0228dc0b435a2ff053e3fa535 /src/include/usr | |
parent | [tcpip] Add IP statistics collection as per RFC 4293 (diff) | |
download | ipxe-f22c19f3fb53aa323f2297c62fc08f368b19cdc8.tar.gz ipxe-f22c19f3fb53aa323f2297c62fc08f368b19cdc8.tar.xz ipxe-f22c19f3fb53aa323f2297c62fc08f368b19cdc8.zip |
[cmdline] Add the "ipstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr')
-rw-r--r-- | src/include/usr/ipstat.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/usr/ipstat.h b/src/include/usr/ipstat.h new file mode 100644 index 00000000..5ff8b40c --- /dev/null +++ b/src/include/usr/ipstat.h @@ -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 */ |