AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database

Declaration for 

netent from NetLib:h.netdb

(Struct)
/*
* Structure describing a network entry
*/

struct netent {
char   *n_name;             /* Official name of this network */
char   **n_aliases;         /* Alternative names for network */
int    n_addrtype;          /* Network address type */
u_long n_net;               /* Network number */
};



Open original source file

See header files's help page


[sh-index] Back to list of manuals