![]() Chapter Contents |
![]() Previous |
![]() Next |
| endnetent |
| Portability: | UNIX compatible |
| SYNOPSIS | |
| DESCRIPTION | |
| PORTABILITY | |
| IMPLEMENTATION | |
| RELATED FUNCTIONS |
| SYNOPSIS |
#include <netdb.h> void endnetent(void);
| DESCRIPTION |
endnetent
closes the network file, that is, a file with the same format
as
/etc/networks
in the
UNIX environment. Refer to Network Administration for information on naming this file for your system.
| PORTABILITY |
endnetent
is portable to other environments, including most UNIX systems,
that implement BSD sockets.
| IMPLEMENTATION |
This routine is ported directly from the BSD UNIX Socket Library.
| RELATED FUNCTIONS |
getnetbyaddr
,
getnetbyname
,
getnetent
,
setnetent
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.