xref: /illumos-gate/usr/src/man/man3tsol/tsol_getrhtype.3tsol (revision 508a0e8cf1600b06c1f7361ad76e736710d3fdf8)
te
Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
TSOL_GETRHTYPE 3TSOL "Jul 20, 2007"
NAME
tsol_getrhtype - get trusted network host type
SYNOPSIS

cc [flag...] file... -ltsnet [library...]

#include <libtsnet.h>

tsol_host_type_t tsol_getrhtype(char *hostname);


DESCRIPTION

The tsol_getrhtype() function queries the kernel-level network information to determine the host type that is associated with the specified hostname. The hostname can be a regular 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 tsol_host_type_t typedef. Currently these types are UNLABELED and SUN_CIPSO.

FILES
/etc/security/tsol/tnrhdb

Trusted network remote-host database

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE 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

The functionality described on this manual page is available only if the system is configured with Trusted Extensions.