Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
endnetent()
Close the network name database file
Synopsis:
#include <netdb.h> void endnetent( void );
Library:
libsocket
Use the -l socket option to qcc to link against this library.
Description:
The endnetent() routine closes the network name database file.
Files:
- /etc/networks
- Network name database file.
Classification:
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
getnetbyaddr(), getnetbyname(), getnetent(), netent, setnetent()
/etc/networks in the Utilities Reference
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)