Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

/etc/networks

Network name database

Name:

/etc/networks

Description:

The networks file contains information regarding the known networks that make up the DARPA Internet. For each network, a single line should be present with the following information:

official_network_name  network_number  aliases

Items are separated by any number of spaces or tabs, or both. A pound sign (#) in a line indicates the beginning of a comment -- any characters after a #, up to the end of the line, aren't interpreted by routines that search the file.

The network number may be specified in the conventional "." (dot) notation using the inet_network() routine from the internet address manipulation functions, inet_*(). Network names may contain any printable character other than a field delimiter, newline, or comment character.

See also:

getnetent()


[Previous] [Contents] [Index] [Next]