=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- src/usr.bin/netstat/netstat.h 2019/04/28 17:59:51 1.74 +++ src/usr.bin/netstat/netstat.h 2020/06/12 06:22:32 1.75 @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.74 2019/04/28 17:59:51 mpi Exp $ */ +/* $OpenBSD: netstat.h,v 1.75 2020/06/12 06:22:32 remi Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -57,6 +57,7 @@ int Pflag; /* show given PCB */ int qflag; /* only display non-zero values for output */ int rflag; /* show routing tables (or routing stats) */ +int Rflag; /* show rdomain and rtable summary */ int sflag; /* show protocol statistics */ int tflag; /* show i/f watchdog timers */ int vflag; /* be verbose */ @@ -112,6 +113,8 @@ void pr_rthdr(int, int); void pr_encaphdr(void); void pr_family(int); + +void rdomainpr(void); void ip6_stats(char *); void icmp6_stats(char *);