diff options
Diffstat (limited to 'usr.bin/netstat/netstat.h')
| -rw-r--r-- | usr.bin/netstat/netstat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index fc46dee33722..c24954766e86 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -43,6 +43,7 @@ int dflag; /* show i/f dropped packets */ int gflag; /* show group (multicast) routing or stats */ int iflag; /* show interfaces */ int lflag; /* show routing table with use and ref */ +int Lflag; /* show size of listen queues */ int mflag; /* show memory stats */ int nflag; /* show addresses numerically */ int pflag; /* show given protocol */ |
