Home
last modified time | relevance | path

Searched refs:host_type (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c130 tsol_host_type_t host_type; in pam_sm_acct_mgmt() local
132 host_type = tsol_getrhtype(rhost); in pam_sm_acct_mgmt()
133 switch (host_type) { in pam_sm_acct_mgmt()
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnrhtp29 #_unlab:host_type=unlabeled;doi=1;def_label=ADMIN_LOW;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH
32 cipso:host_type=cipso;doi=1;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH;
34 admin_low:host_type=unlabeled;doi=1;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH;def_label=ADMIN_LOW;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c628 switch (rhtp->tpc_tp.host_type) { in tsol_find_unlabeled_label()
746 if (src_rhtp->tpc_tp.host_type == UNLABELED) in tsol_get_pkt_label()
805 if (src_rhtp->tpc_tp.host_type == SUN_CIPSO) in tsol_get_pkt_label()
996 if (tp->tpc_tp.host_type == UNLABELED) { in tsol_receive_local()
1089 } else switch (dst_rhtp->tpc_tp.host_type) { in tsol_can_accept_raw()
1175 switch (rhtp->tpc_tp.host_type) { in tsol_can_reply_error()
1396 switch (gw_rhc->rhc_tpc->tpc_tp.host_type) { in tsol_ire_match_gwattr()
1588 switch (dst_rhtp->tpc_tp.host_type) { in tsol_ip_forward()
2098 (tp->tpc_tp.host_type == SUN_CIPSO && in tsol_check_interface_address()
2103 ((tp->tpc_tp.host_type == SUN_CIPSO && in tsol_check_interface_address()
[all …]
H A Dtn_ipopt.c343 switch (dst_rhtp->tpc_tp.host_type) { in tsol_check_dest()
523 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) { in tsol_compute_label_v4()
1033 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) { in tsol_compute_label_v6()
H A Dip6_if.c1950 if (dst_rhtp->tpc_tp.host_type != UNLABELED) { in ipif_select_source_v6()
2045 src_rhtp->tpc_tp.host_type != SUN_CIPSO || in ipif_select_source_v6()
H A Dip_if.c15358 if (dst_rhtp->tpc_tp.host_type != UNLABELED) { in ipif_select_source_v4()
15434 incompat = src_rhtp->tpc_tp.host_type != SUN_CIPSO || in ipif_select_source_v4()
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c131 tpentp->host_type = UNLABELED; in parse_remainder()
133 tpentp->host_type = SUN_CIPSO; in parse_remainder()
141 if (tpentp->host_type == UNLABELED) { in parse_remainder()
H A Dtsol_getrhent.c256 return (tp.host_type); in tsol_getrhtype()
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c126 switch (tp.host_type) { in print_rhtp()
217 tp.host_type); in print_rhtp()
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c419 ASSERT(tpc->tpc_tp.host_type == UNLABELED || in tnrh_load()
420 tpc->tpc_tp.host_type == SUN_CIPSO); in tnrh_load()
676 type = rhtpent.host_type; in tnrhtp()
1145 ASSERT(tpc->tpc_tp.host_type == UNLABELED || in find_rhc()
1146 tpc->tpc_tp.host_type == SUN_CIPSO); in find_rhc()
1214 rhtpent.host_type = UNLABELED; in tsol_create_i_tmpls()
H A Dtlabel.c289 if (tp->tpc_tp.host_type == SUN_CIPSO) { in getflabel_nfs()
294 if (tp->tpc_tp.host_type != UNLABELED) in getflabel_nfs()
/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/sys/tsol/
H A Dtndb.h202 tsol_host_type_t host_type; /* specifies host type */ member
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c1108 if ((tp->tpc_tp.host_type != UNLABELED)) in smbfs_mount_label_policy()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5162 if ((tp->tpc_tp.host_type != SUN_CIPSO) && in nfs_mount_label_policy()
5163 (tp->tpc_tp.host_type != UNLABELED)) in nfs_mount_label_policy()
5166 if (tp->tpc_tp.host_type == SUN_CIPSO) { in nfs_mount_label_policy()
H A Dnfs3_srv.c507 l_admin_low->tsl_doi || tp->tpc_tp.host_type != in rfs3_lookup()
H A Dnfs4_srv.c3100 l_admin_low->tsl_doi || tp->tpc_tp.host_type != in do_rfs4_op_lookup()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1495 if (tp == NULL || tp->host_type != SUN_CIPSO) { in mount()