Searched refs:port_hi (Results 1 – 2 of 2) sorted by relevance
542 unsigned port, port_hi; in handle_port() local577 port_hi = bb_strtou(&comma[1], NULL, 10); in handle_port()578 if (errno || port_hi > 0xff) in handle_port()580 port |= port_hi << 8; in handle_port()
211 uint8_t port_hi; member