Deleted Added
full compact
inet.3 (101939) inet.3 (103012)
1.\" Copyright (c) 1983, 1990, 1991, 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.\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1983, 1990, 1991, 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.\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/lib/libc/net/inet.3 101939 2002-08-15 20:33:44Z robert $
33.\" $FreeBSD: head/lib/libc/net/inet.3 103012 2002-09-06 11:24:06Z tjr $
34.\"
35.Dd June 17, 1996
36.Dt INET 3
37.Os
38.Sh NAME
39.Nm inet_aton ,
40.Nm inet_addr ,
41.Nm inet_network ,

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

59.Fn inet_addr "const char *cp"
60.Ft in_addr_t
61.Fn inet_network "const char *cp"
62.Ft char *
63.Fn inet_ntoa "struct in_addr in"
64.Ft const char *
65.Fo inet_ntop
66.Fa "int af"
34.\"
35.Dd June 17, 1996
36.Dt INET 3
37.Os
38.Sh NAME
39.Nm inet_aton ,
40.Nm inet_addr ,
41.Nm inet_network ,

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

59.Fn inet_addr "const char *cp"
60.Ft in_addr_t
61.Fn inet_network "const char *cp"
62.Ft char *
63.Fn inet_ntoa "struct in_addr in"
64.Ft const char *
65.Fo inet_ntop
66.Fa "int af"
67.Fa "const void *restrict src"
68.Fa "char *restrict dst"
67.Fa "const void * restrict src"
68.Fa "char * restrict dst"
69.Fa "socklen_t size"
70.Fc
71.Ft int
69.Fa "socklen_t size"
70.Fc
71.Ft int
72.Fn inet_pton "int af" "const char *restrict src" "void *restrict dst"
72.Fn inet_pton "int af" "const char * restrict src" "void * restrict dst"
73.Ft struct in_addr
74.Fn inet_makeaddr "in_addr_t net" "in_addr_t lna"
75.Ft in_addr_t
76.Fn inet_lnaof "struct in_addr in"
77.Ft in_addr_t
78.Fn inet_netof "struct in_addr in"
79.Sh DESCRIPTION
80The routines

--- 196 unchanged lines hidden ---
73.Ft struct in_addr
74.Fn inet_makeaddr "in_addr_t net" "in_addr_t lna"
75.Ft in_addr_t
76.Fn inet_lnaof "struct in_addr in"
77.Ft in_addr_t
78.Fn inet_netof "struct in_addr in"
79.Sh DESCRIPTION
80The routines

--- 196 unchanged lines hidden ---