Chapter Contents |
Previous |
Next |
endrpcent |
Portability: | UNIX compatible |
SYNOPSIS | |
DESCRIPTION | |
PORTABILITY | |
IMPLEMENTATION | |
RELATED FUNCTIONS |
SYNOPSIS |
#include <netdb.h> int endrpcent(void);
DESCRIPTION |
endrpcent
closes the protocol file, that is, a file with the same format
as
/etc/rpc
in the UNIX
environment. Refer to Network Administration for information on naming this file for your system.
PORTABILITY |
getrpcent
is portable to other systems that support Sun RPC 4.0.
IMPLEMENTATION |
This function is built from the Sun RPC 4.0 distribution.
RELATED FUNCTIONS |
getrpcbyname
,
getrpcbynumber
,
getrpcent
,
setrpcent
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.