Deleted Added
full compact
netisr.9 (263140) netisr.9 (263152)
1.\"
2.\" Copyright (c) 2009 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
1.\"
2.\" Copyright (c) 2009 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man9/netisr.9 263140 2014-03-14 02:58:48Z glebius $
28.\" $FreeBSD: head/share/man/man9/netisr.9 263152 2014-03-14 06:29:43Z glebius $
29.\"
30.Dd February 22, 2010
31.Dt NETISR 9
32.Os
33.Sh NAME
34.Nm netisr
35.Nd Kernel network dispatch service
36.Sh SYNOPSIS

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

184practice might be a network interface number or socket pointer, using
185the
186.Fn netisr_dispatch_src
187and
188.Fn netisr_queue_src
189variants.
190.Ss Protocol number constants
191The follow protocol numbers are currently defined:
29.\"
30.Dd February 22, 2010
31.Dt NETISR 9
32.Os
33.Sh NAME
34.Nm netisr
35.Nd Kernel network dispatch service
36.Sh SYNOPSIS

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

184practice might be a network interface number or socket pointer, using
185the
186.Fn netisr_dispatch_src
187and
188.Fn netisr_queue_src
189variants.
190.Ss Protocol number constants
191The follow protocol numbers are currently defined:
192.Bl -tag -width NETISR_ATALK1
192.Bl -tag -width NETISR_ROUTE
193.It Dv NETISR_IP
194IPv4
195.It Dv NETISR_IGMP
196IGMPv3 loopback
197.It Dv NETISR_ROUTE
198Routing socket loopback
193.It Dv NETISR_IP
194IPv4
195.It Dv NETISR_IGMP
196IGMPv3 loopback
197.It Dv NETISR_ROUTE
198Routing socket loopback
199.It Dv NETISR_AARP
200Appletalk AARP
201.It Dv NETISR_ATALK1
202Appletalk phase 1
203.It Dv NETISR_ATALK2
204Appletalk phase 2
205.It Dv NETISR_ARP
206ARP
207.It Dv NETISR_IPV6
208IPv6
209.It Dv NETISR_NATM
210ATM
211.It Dv NETISR_EPAIR
212.Xr netstat 1 ,
213.Xr epair 4
214.El
215.Sh AUTHORS
216This manual page and the
217.Nm
218implementation were written by
219.An Robert N. M. Watson .
199.It Dv NETISR_ARP
200ARP
201.It Dv NETISR_IPV6
202IPv6
203.It Dv NETISR_NATM
204ATM
205.It Dv NETISR_EPAIR
206.Xr netstat 1 ,
207.Xr epair 4
208.El
209.Sh AUTHORS
210This manual page and the
211.Nm
212implementation were written by
213.An Robert N. M. Watson .