getnetent.3 (9acb1d7b2c932c48c64345c589c0e0733c7918fd) getnetent.3 (942e234d868ddc64a11b6af0ee78d47ccb44de1f)
1.\" Copyright (c) 1983, 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.

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

63.Fn getnetent ,
64.Fn getnetbyname ,
65and
66.Fn getnetbyaddr
67functions
68each return a pointer to an object with the
69following structure describing an internet network.
70This structure contains either the information obtained
1.\" Copyright (c) 1983, 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.

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

63.Fn getnetent ,
64.Fn getnetbyname ,
65and
66.Fn getnetbyaddr
67functions
68each return a pointer to an object with the
69following structure describing an internet network.
70This structure contains either the information obtained
71from the nameserver,
72.Xr named 8 ,
73broken-out fields of a line in the network data base
71from the nameserver, broken-out fields of a line in the network data base
74.Pa /etc/networks ,
75or entries supplied by the
76.Xr yp 8
77system.
78The order of the lookups is controlled by the
79`networks' entry in
80.Xr nsswitch.conf 5 .
81.Bd -literal -offset indent

--- 115 unchanged lines hidden ---
72.Pa /etc/networks ,
73or entries supplied by the
74.Xr yp 8
75system.
76The order of the lookups is controlled by the
77`networks' entry in
78.Xr nsswitch.conf 5 .
79.Bd -literal -offset indent

--- 115 unchanged lines hidden ---