Home
last modified time | relevance | path

Searched refs:mlptPrivate (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c874 if (mlptype == mlptBoth || mlptype == mlptPrivate) in tsol_mlp_anon()
1333 if (mlptype == mlptBoth || mlptype == mlptPrivate) { in tsol_mlp_port_type()
1349 else if (mlptype == mlptPrivate) in tsol_mlp_port_type()
1368 mlptype = mlptPrivate; in tsol_mlp_port_type()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h377 mlptPrivate, enumerator
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c192 if (connp->conn_mlp_type == mlptPrivate || in udp_snmp_get()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c927 connp->conn_mlp_type == (shared_addr ? mlptShared : mlptPrivate)) { in tsol_receive_local()
2030 return (addrzone == ALL_ZONES ? mlptShared : mlptPrivate); in tsol_mlp_addr_type()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c770 if (connp->conn_mlp_type == mlptPrivate || in sctp_snmp_get_mib2()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c259 if (connp->conn_mlp_type == mlptPrivate || in tcp_snmp_get()