Home
last modified time | relevance | path

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++) { in find_by_linkid()
191 for (posn = 0; posn < nextport; posn++) { in update_port()
213 numports = nextport + ALLOCINCR; in update_port()
220 if (posn == nextport) { in update_port()
233 nextport++; in update_port()
314 if (posn + 1 == nextport) { in update_port()
316 nextport--; in update_port()
393 for (i = 0; i < nextport; i++) in handle_refresh()
411 for (i = 0; i < nextport; i++) { in handle_refresh()
[all …]
H A Drstp.c67 if (port_index > nextport || port_index < 0) in flush_lt()
107 if (port_index > nextport || port_index <= 0) in get_port_mac()
118 if (port_index > nextport || port_index == 0) in get_port_oper_speed()
129 if (port_index > nextport || port_index <= 0) { in get_port_link_status()
146 if (port_index > nextport || port_index <= 0) in get_duplex()
179 if (port_index > nextport || port_index <= 0) in set_port_state()
240 if (port_index > nextport || port_index <= 0) in tx_bpdu()
260 if (port_index > nextport || port_index <= 0) in get_port_name()
284 if (port_index > nextport || port_index <= 0) in get_init_port_cfg()
H A Ddoor.c97 if (nextport == 0) { in bridge_door_server()
102 rlen = sizeof (int) + nextport * sizeof (datalink_id_t); in bridge_door_server()
105 for (i = nports = 0; i < nextport; i++) { in bridge_door_server()
H A Dglobal.h100 extern uint_t nextport;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c290 in_port_t nextport; in tcp_get_next_priv_port() local
302 (nextport = tsol_next_port(crgetzone(tcp->tcp_connp->conn_cred), in tcp_get_next_priv_port()
304 next_priv_port = nextport; in tcp_get_next_priv_port()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c444 in_port_t nextport; in udp_get_next_priv_port() local
458 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred), in udp_get_next_priv_port()
460 next_priv_port = nextport; in udp_get_next_priv_port()
2652 in_port_t nextport; in udp_update_next_port() local
2708 (nextport = tsol_next_port(crgetzone(udp->udp_connp->conn_cred), in udp_update_next_port()
2710 port = nextport; in udp_update_next_port()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7582 fc_local_port_t *nextport = tmpport->fp_port_next; in fp_fciocmd() local
7605 nextport->fp_port_prev = prevport; in fp_fciocmd()
7606 prevport->fp_port_next = nextport; in fp_fciocmd()