ultrix man page for socket_valid_family

Query: socket_valid_family

OS: ultrix

Section: 3ncs

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

socket_valid_family(3ncs)												 socket_valid_family(3ncs)

Name
       socket_valid_family - check whether an address family is valid

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

       boolean socket_$valid_family(family, status)
       unsigned long family;
       fBstatus_$t *status;

Arguments
       family		   The integer representation of an address family.

       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 returns `true' if the specified address family is valid for the calling host, `false' if not valid.

Examples
       The following routine checks whether socket_$internet is a valid address family:
       internetvalid = socket_$valid_family(socket_$internet, &status);

Files
See Also
       intro(3ncs), socket_valid_families(3ncs)

															 socket_valid_family(3ncs)
Related Man Pages
rpc_alloc_handle(3ncs) - ultrix
rpc_bind(3ncs) - ultrix
rpc_clear_binding(3ncs) - ultrix
socket_equal(3ncs) - ultrix
socket_to_name(3ncs) - ultrix
Similar Topics in the Unix Linux Community
How do you detect keystrokes in canonical mode?
PHP Write Man Pages to MySQL DB