Searched refs:host_type (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c132 tsol_host_type_t host_type; local
134 host_type = tsol_getrhtype(rhost);
135 switch (host_type) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c628 switch (rhtp->tpc_tp.host_type) {
746 if (src_rhtp->tpc_tp.host_type == UNLABELED)
805 if (src_rhtp->tpc_tp.host_type == SUN_CIPSO)
807 else if (src_rhtp->tpc_tp.host_type == UNLABELED)
996 if (tp->tpc_tp.host_type == UNLABELED) {
1002 } else if (tp->tpc_tp.host_type != SUN_CIPSO) {
1073 } else if ((src_rhtp->tpc_tp.host_type != UNLABELED &&
1078 (src_rhtp->tpc_tp.host_type == UNLABELED &&
1089 } else switch (dst_rhtp->tpc_tp.host_type) {
1175 switch (rhtp->tpc_tp.host_type) {
[all...]
H A Dtn_ipopt.c343 switch (dst_rhtp->tpc_tp.host_type) {
523 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) {
1033 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) {
H A Dip6_if.c1950 if (dst_rhtp->tpc_tp.host_type != UNLABELED) {
2045 src_rhtp->tpc_tp.host_type != SUN_CIPSO ||
H A Dip_if.c15353 if (dst_rhtp->tpc_tp.host_type != UNLABELED) {
15429 incompat = src_rhtp->tpc_tp.host_type != SUN_CIPSO ||
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c131 tpentp->host_type = UNLABELED;
133 tpentp->host_type = SUN_CIPSO;
141 if (tpentp->host_type == UNLABELED) {
H A Dtsol_getrhent.c258 return (tp.host_type);
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c126 switch (tp.host_type) {
128 (void) printf(gettext("host_type: UNLABELED\n"));
176 (void) printf(gettext("host_type: CIPSO\n"));
217 tp.host_type);
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c421 ASSERT(tpc->tpc_tp.host_type == UNLABELED ||
422 tpc->tpc_tp.host_type == SUN_CIPSO);
678 type = rhtpent.host_type;
1147 ASSERT(tpc->tpc_tp.host_type == UNLABELED ||
1148 tpc->tpc_tp.host_type == SUN_CIPSO);
1201 * host_type = unlabeled;\
1216 rhtpent.host_type = UNLABELED;
H A Dtlabel.c289 if (tp->tpc_tp.host_type == SUN_CIPSO) {
294 if (tp->tpc_tp.host_type != UNLABELED)
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h185 #define TP_HOSTTYPE "host_type"
202 tsol_host_type_t host_type; /* specifies host type */ member in struct:tsol_tpent
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c317 switch (tpentp->host_type) {
397 tpentp->host_type, linenum, tpentp->name);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c979 if ((tp->tpc_tp.host_type != UNLABELED))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5082 if ((tp->tpc_tp.host_type != SUN_CIPSO) &&
5083 (tp->tpc_tp.host_type != UNLABELED))
5086 if (tp->tpc_tp.host_type == SUN_CIPSO) {
H A Dnfs3_srv.c465 l_admin_low->tsl_doi || tp->tpc_tp.host_type !=
H A Dnfs4_srv.c2841 l_admin_low->tsl_doi || tp->tpc_tp.host_type !=
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1364 if (tp == NULL || tp->host_type != SUN_CIPSO) {

Completed in 192 milliseconds