Home
last modified time | relevance | path

Searched refs:mlptShared (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c878 (mlptype == mlptBoth || mlptype == mlptShared)) { in tsol_mlp_anon()
1348 mlptype = mlptShared; in tsol_mlp_port_type()
1353 if (mlptype == mlptBoth || mlptype == mlptShared) { in tsol_mlp_port_type()
1369 else if (mlptype == mlptShared) in tsol_mlp_port_type()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c694 if (mlptype == mlptShared && in sctp_bindi()
695 addrtype == mlptShared && in sctp_bindi()
H A Dsctp_snmp.c767 if (connp->conn_mlp_type == mlptShared || in sctp_snmp_get_mib2()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c441 if (mlptype == mlptShared && addrtype == mlptShared) { in tcp_bind_select_lport()
H A Dtcp_stats.c256 if (connp->conn_mlp_type == mlptShared || in tcp_snmp_get()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h378 mlptShared, enumerator
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c189 if (connp->conn_mlp_type == mlptShared || in udp_snmp_get()
H A Dudp.c5446 if (mlptype == mlptShared && addrtype == mlptShared) { in udp_do_bind()
/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()