Chapter Contents |
Previous |
Next |
endprotoent |
Portability: | UNIX compatible |
SYNOPSIS | |
DESCRIPTION | |
PORTABILITY | |
IMPLEMENTATION | |
RELATED FUNCTIONS |
SYNOPSIS |
#include <netdb.h> void endprotoent(void);
DESCRIPTION |
endprotoent
closes the protocol file, that is, a file with the same
format as
/etc/protocols
in the UNIX environment. Refer to Network Administration for information on naming this file for your system.
PORTABILITY |
endprotoent
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 |
getprotobynumber
,
getprotobyname
,
getprotoent
,
setprotoent
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.