=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- src/usr.bin/netstat/netstat.h 2018/08/13 14:36:54 1.72 +++ src/usr.bin/netstat/netstat.h 2019/03/04 21:32:26 1.73 @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.72 2018/08/13 14:36:54 mpi Exp $ */ +/* $OpenBSD: netstat.h,v 1.73 2019/03/04 21:32:26 dlg Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -141,6 +141,10 @@ void routepr(u_long, u_long, u_long, u_long, u_int); void nsprotopr(u_long, char *); + +#define IF_SHOW_FAIL 0 +#define IF_SHOW_ERRS 1 +#define IF_SHOW_DROP 2 void intpr(int, int);