Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/netstat/netstat.h
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
| extern int Cflag; /* show congestion control algo and stack */ | extern int Cflag; /* show congestion control algo and stack */ | ||||
| extern int dflag; /* show i/f dropped packets */ | extern int dflag; /* show i/f dropped packets */ | ||||
| extern int gflag; /* show group (multicast) routing or stats */ | extern int gflag; /* show group (multicast) routing or stats */ | ||||
| extern int hflag; /* show counters in human readable format */ | extern int hflag; /* show counters in human readable format */ | ||||
| extern int iflag; /* show interfaces */ | extern int iflag; /* show interfaces */ | ||||
| extern int Lflag; /* show size of listen queues */ | extern int Lflag; /* show size of listen queues */ | ||||
| extern int mflag; /* show memory stats */ | extern int mflag; /* show memory stats */ | ||||
| extern int noutputs; /* how much outputs before we exit */ | extern int noutputs; /* how much outputs before we exit */ | ||||
| extern int numeric_addr; /* show addresses numerically */ | extern u_int numeric_addr; /* show addresses numerically */ | ||||
| extern int numeric_port; /* show ports numerically */ | extern bool numeric_port; /* show ports numerically */ | ||||
| extern int Pflag; /* show TCP log ID */ | extern int Pflag; /* show TCP log ID */ | ||||
| extern int rflag; /* show routing tables (or routing stats) */ | extern int rflag; /* show routing tables (or routing stats) */ | ||||
| extern int Rflag; /* show flowid / RSS information */ | extern int Rflag; /* show flowid / RSS information */ | ||||
| extern int sflag; /* show protocol statistics */ | extern int sflag; /* show protocol statistics */ | ||||
| extern int Tflag; /* show TCP control block info */ | extern int Tflag; /* show TCP control block info */ | ||||
| extern int Wflag; /* wide display */ | extern int Wflag; /* wide display */ | ||||
| extern int xflag; /* extended display, includes all socket buffer info */ | extern int xflag; /* extended display, includes all socket buffer info */ | ||||
| extern int zflag; /* zero stats */ | extern int zflag; /* zero stats */ | ||||
| ▲ Show 20 Lines • Show All 107 Lines • Show Last 20 Lines | |||||