Trusted Extensions Library Functions tsolgetrhtype(3TSOL)
NAME
tsolgetrhtype - get trusted network host type
SYNOPSIS
cc [flag...] file... -ltsnet [library...]
#include
tsolhosttypet tsolgetrhtype(char *hostname);
DESCRIPTION
The tsolgetrhtype() function queries the kernel-level net-
work information to determine the host type that is associ-
ated with the specified hostname. The hostname can be a reg-
ular hostname, an IP address, or a network wildcard address.
RETURN VALUES
The returned value will be one of the enumerated types that
is defined in the tsolhosttypet typedef. Currently these
types are UNLABELED and SUNCIPSO.
FILES
/etc/security/tsol/tnrhdb Trusted network remote-host
database
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
libtsnet(3LIB), attributes(5)
Obtaining the Remote Host Type in Solaris Trusted Extensions
Developer's Guide
NOTES
SunOS 5.11 Last change: 20 Jul 2007 1
Trusted Extensions Library Functions tsolgetrhtype(3TSOL)
The functionality described on this manual page is available
only if the system is configured with Trusted Extensions.
SunOS 5.11 Last change: 20 Jul 2007 2
|