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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h374 mlptShared, enumerator in enum:__anon9122
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c694 if (mlptype == mlptShared &&
695 addrtype == mlptShared &&
H A Dsctp_snmp.c754 if (connp->conn_mlp_type == mlptShared ||
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c439 if (mlptype == mlptShared && addrtype == mlptShared) {
H A Dtcp_stats.c200 if (connp->conn_mlp_type == mlptShared ||
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c880 (mlptype == mlptBoth || mlptype == mlptShared)) {
1350 mlptype = mlptShared;
1355 if (mlptype == mlptBoth || mlptype == mlptShared) {
1371 else if (mlptype == mlptShared)
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c167 if (connp->conn_mlp_type == mlptShared ||
H A Dudp.c5301 if (mlptype == mlptShared && addrtype == mlptShared) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c927 connp->conn_mlp_type == (shared_addr ? mlptShared : mlptPrivate)) {
2027 return (addrzone == ALL_ZONES ? mlptShared : mlptPrivate);

Completed in 94 milliseconds