Searched refs:tsol_next_port (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | tndb.h | 380 extern in_port_t tsol_next_port(zone_t *, in_port_t, int, boolean_t);
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 269 (i = tsol_next_port(crgetzone(tcp->tcp_connp->conn_cred), port, 301 (nextport = tsol_next_port(crgetzone(tcp->tcp_connp->conn_cred),
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_bind.c | 807 (i = tsol_next_port(zone, port, IPPROTO_SCTP, B_TRUE)) != 0) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | labelsys.c | 1278 tsol_next_port(zone_t *zone, in_port_t port, int proto, boolean_t upward) function
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 376 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred), 2584 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred),
|
Completed in 104 milliseconds