Query: socket_valid_families
OS: ultrix
Section: 3ncs
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
socket_valid_families(3ncs) socket_valid_families(3ncs) Name socket_valid_families - obtain a list of valid address families Syntax #include <idl/c/socket.h> void socket_$valid_families(max_families, families, status) unsigned long *max_families; socket_$addr_family_t families[ ]; status_$t *status; Arguments max_families The maximum number of families that can be returned. families[ ] An array of socket_$addr_family_t. Possible values for this type are enumerated in Currently, only ip is supported for family. status The completion status. This variable is set if the families[ ] array is not long enough to hold all the valid fami- lies. If the completion status returned in is equal to status_$ok , then the routine that supplied it was successful. Description The routine returns a list of the address families that are valid on the calling host. Examples The following routine returns the valid address family: socket_$valid_families (1, &families, $status); Files See Also intro(3ncs), socket_valid_family(3ncs) socket_valid_families(3ncs)
Related Man Pages |
---|
rpc_set_binding(3ncs) - ultrix |
rpc_alloc_handle(3ncs) - ultrix |
rpc_name_to_sockaddr(3ncs) - ultrix |
rpc_use_family(3ncs) - ultrix |
socket_equal(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 |