Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlabelsys.c876 if (mlptype == mlptBoth || mlptype == mlptPrivate) in tsol_mlp_anon()
1335 if (mlptype == mlptBoth || mlptype == mlptPrivate) { in tsol_mlp_port_type()
1351 else if (mlptype == mlptPrivate) in tsol_mlp_port_type()
1370 mlptype = mlptPrivate; in tsol_mlp_port_type()
/titanic_41/usr/src/uts/common/sys/tsol/
H A Dtndb.h373 mlptPrivate, enumerator
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp_stats.c170 if (connp->conn_mlp_type == mlptPrivate || in udp_snmp_get()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dtnet.c927 connp->conn_mlp_type == (shared_addr ? mlptShared : mlptPrivate)) { in tsol_receive_local()
2027 return (addrzone == ALL_ZONES ? mlptShared : mlptPrivate); in tsol_mlp_addr_type()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c757 if (connp->conn_mlp_type == mlptPrivate || in sctp_snmp_get_mib2()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c203 if (connp->conn_mlp_type == mlptPrivate || in tcp_snmp_get()