ultrix man page for socket_family_to_name

Query: socket_family_to_name

OS: ultrix

Section: 3ncs

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

socket_family_to_name(3ncs)											       socket_family_to_name(3ncs)

Name
       socket_family_to_name - convert an integer address family to a textual name

Syntax
       #include <idl/c/socket.h>

       void socket_$family_to_name(family, name, nlength, status)
       unsigned long family;
       socket_$string_t name;
       unsigned long *nlength;
       status_$t *status;

Arguments
       family		   The integer representation of an address family.

       name		   The textual name of family.	Currently, only ip is supported.

       nlength		   On input, the maximum length, in bytes, of the name to be returned.	On output, the actual length of the returned name.

       status		   The	completion status. If the completion status returned in is equal to status_$ok , then the routine that supplied it
			   was successful.

Description
       The routine converts the integer representation of an address family to a textual name for the family.

Files
See Also
       intro(3ncs)

														       socket_family_to_name(3ncs)
Related Man Pages
rpc_alloc_handle(3ncs) - ultrix
rpc_sockaddr_to_name(3ncs) - ultrix
rpc_use_family_wk(3ncs) - ultrix
socket_from_name(3ncs) - ultrix
socket_to_numeric_name(3ncs) - ultrix
Similar Topics in the Unix Linux Community
A short history of UNIX by l.madden@ic.ac.uk
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB