Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dftpd.c542 unsigned port, port_hi; in handle_port() local
577 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()
Dbrctl.c211 uint8_t port_hi; member