Home
last modified time | relevance | path

Searched refs:mlpzone (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c446 zoneid_t mlpzone; in tcp_bind_select_lport() local
448 mlpzone = tsol_mlp_findzone(IPPROTO_TCP, in tcp_bind_select_lport()
450 if (connp->conn_zoneid != mlpzone) { in tcp_bind_select_lport()
458 mlpzone); in tcp_bind_select_lport()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c5451 zoneid_t mlpzone; in udp_do_bind() local
5453 mlpzone = tsol_mlp_findzone(IPPROTO_UDP, in udp_do_bind()
5455 if (connp->conn_zoneid != mlpzone) { in udp_do_bind()
5463 mlpzone); in udp_do_bind()