Deleted Added
full compact
netstat.1 (153514) netstat.1 (162792)
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
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 $
33.\" $FreeBSD: head/usr.bin/netstat/netstat.1 162792 2006-09-29 15:20:48Z ru $
34.\"
34.\"
35.Dd September 7, 2005
35.Dd December 18, 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
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
440option represent the underlying parameters of the bpf peer.
441Each 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
442represented as a single lower case letter.
443The mapping between the letters and flags in order of appearance are:
444.Bl -column ".Li i"
445.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
446.It Li i Ta Dv BIOCIMMEDIATE No has been set on the device
447.It Li f Ta Dv BIOCGHDRCMPLT No status: source link addresses are being
447filled automatically
448filled automatically
448.It Li s Ta BIOCGSEESENT status: see packets originating locally and
449.It Li s Ta Dv BIOCGSEESENT No status: see packets originating locally and
449remotely on the interface.
450.It Li a Ta Packet reception generates a signal
450remotely on the interface.
451.It Li a Ta Packet reception generates a signal
451.It Li l Ta BIOCLOCK status: descriptor has been locked
452.It Li l Ta Dv BIOCLOCK No 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 ---
453.El
454.Pp
455For more information about these flags, please refer to
456.Xr bpf 4 .
457.Sh SEE ALSO
458.Xr fstat 1 ,
459.Xr nfsstat 1 ,
460.Xr ps 1 ,

--- 23 unchanged lines hidden ---