Deleted Added
sdiff udiff text old ( 153514 ) new ( 162792 )
full compact
1.\" Copyright (c) 1983, 1990, 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)netstat.1 8.8 (Berkeley) 4/18/94
33.\" $FreeBSD: head/usr.bin/netstat/netstat.1 153514 2005-12-18 19:38:43Z csjp $
34.\"
35.Dd September 7, 2005
36.Dt NETSTAT 1
37.Os
38.Sh NAME
39.Nm netstat
40.Nd show network status
41.Sh DESCRIPTION
42The
43.Nm

--- 388 unchanged lines hidden (view full) ---

432option.
433.Pp
434The
435.Xr bpf 4
436flags displayed when
437.Nm
438is invoked with the
439.Fl B
440option represents the underlying parameters of the bpf peer. Each flag is
441represented as a single lower case letter.
442The mapping between the letters and flags in order of appearance are:
443.Bl -column ".Li i"
444.It Li p Ta Set if listening promiscuously
445.It Li i Ta BIOCIMMEDIATE has been set on the device
446.It Li f Ta BIOCGHDRCMPLT status: source link addresses are being
447filled automatically
448.It Li s Ta BIOCGSEESENT status: see packets originating locally and
449remotely on the interface.
450.It Li a Ta Packet reception generates a signal
451.It Li l Ta BIOCLOCK status: descriptor has been locked
452.El
453.Pp
454For more information about these flags, please refer to
455.Xr bpf 4 .
456.Sh SEE ALSO
457.Xr fstat 1 ,
458.Xr nfsstat 1 ,
459.Xr ps 1 ,

--- 23 unchanged lines hidden ---