Home
last modified time | relevance | path

Searched refs:SUN_CIPSO (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c632 case SUN_CIPSO: in tsol_find_unlabeled_label()
805 if (src_rhtp->tpc_tp.host_type == SUN_CIPSO) in tsol_get_pkt_label()
1002 } else if (tp->tpc_tp.host_type != SUN_CIPSO) { in tsol_receive_local()
1094 case SUN_CIPSO: in tsol_can_accept_raw()
1186 case SUN_CIPSO: in tsol_can_reply_error()
1397 case SUN_CIPSO: in tsol_ire_match_gwattr()
1589 case SUN_CIPSO: 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()
2124 if (tp->tpc_tp.host_type != SUN_CIPSO) { in tsol_check_interface_address()
H A Dtn_ipopt.c400 case SUN_CIPSO: in tsol_check_dest()
H A Dip6_if.c2045 src_rhtp->tpc_tp.host_type != SUN_CIPSO || in ipif_select_source_v6()
H A Dip_if.c15434 incompat = src_rhtp->tpc_tp.host_type != SUN_CIPSO || in ipif_select_source_v4()
/illumos-gate/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c134 case SUN_CIPSO: in pam_sm_acct_mgmt()
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c133 tpentp->host_type = SUN_CIPSO; in parse_remainder()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h102 SUN_CIPSO = 3 enumerator
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c175 case SUN_CIPSO: in print_rhtp()
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c420 tpc->tpc_tp.host_type == SUN_CIPSO); in tnrh_load()
677 if (type != UNLABELED && type != SUN_CIPSO) { in tnrhtp()
1146 tpc->tpc_tp.host_type == SUN_CIPSO); in find_rhc()
H A Dtlabel.c289 if (tp->tpc_tp.host_type == SUN_CIPSO) { in getflabel_nfs()
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c357 case SUN_CIPSO:
/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()
5166 if (tp->tpc_tp.host_type == SUN_CIPSO) { in nfs_mount_label_policy()
H A Dnfs3_srv.c508 SUN_CIPSO) { in rfs3_lookup()
H A Dnfs4_srv.c3101 SUN_CIPSO) { 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()