Searched refs:nextport (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c61 uint_t nextport; variable
130 for (i = 0; i < nextport; i++) {
191 for (posn = 0; posn < nextport; posn++) {
201 sizeof (*newarr) * (nextport + ALLOCINCR));
205 sizeof (*fds) * (nextport + ALLOCINCR + FDOFFSET));
213 numports = nextport + ALLOCINCR;
220 if (posn == nextport) {
233 nextport++;
314 if (posn + 1 == nextport) {
316 nextport
[all...]
H A Drstp.c67 if (port_index > nextport || port_index < 0)
107 if (port_index > nextport || port_index <= 0)
118 if (port_index > nextport || port_index == 0)
129 if (port_index > nextport || port_index <= 0) {
146 if (port_index > nextport || port_index <= 0)
179 if (port_index > nextport || port_index <= 0)
240 if (port_index > nextport || port_index <= 0)
260 if (port_index > nextport || port_index <= 0)
284 if (port_index > nextport || port_index <= 0)
H A Ddoor.c97 if (nextport == 0) {
102 rlen = sizeof (int) + nextport * sizeof (datalink_id_t);
105 for (i = nports = 0; i < nextport; i++) {
H A Dglobal.h100 extern uint_t nextport;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c289 in_port_t nextport; local
301 (nextport = tsol_next_port(crgetzone(tcp->tcp_connp->conn_cred),
303 next_priv_port = nextport;
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c362 in_port_t nextport; local
376 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred),
378 next_priv_port = nextport;
2528 in_port_t nextport; local
2584 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred),
2586 port = nextport;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7581 fc_local_port_t *nextport = tmpport->fp_port_next; local
7604 nextport->fp_port_prev = prevport;
7605 prevport->fp_port_next = nextport;

Completed in 103 milliseconds