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 

sockaddr_in from NetLib:netinet.h.in

(Struct)
/*
* Definition of an internet style socket address
*/

struct sockaddr_in {
short          sin_family;     /* Family (AF_INET) */
u_short        sin_port;       /* Port number */
struct in_addr sin_addr;       /* Internet address */
char           sin_zero[8];    /* Padding */
};



Open original source file

See header files's help page


[sh-index] Back to list of manuals