Searched refs:read_from_tcp_port (Results 1 – 3 of 3) sorted by relevance
636 DCHECK_GE(Shell::options.read_from_tcp_port, 0); in ReadCharsFromTcpPort()650 serv_addr.sin_port = htons(Shell::options.read_from_tcp_port); in ReadCharsFromTcpPort()655 Shell::options.read_from_tcp_port.get()); in ReadCharsFromTcpPort()683 Shell::options.read_from_tcp_port.get()); in ReadCharsFromTcpPort()700 Shell::options.read_from_tcp_port.get()); in ReadCharsFromTcpPort()709 file_length, name, Shell::options.read_from_tcp_port.get()); in ReadCharsFromTcpPort()724 Shell::options.read_from_tcp_port.get()); in ReadCharsFromTcpPort()
451 DisallowReassignment<int> read_from_tcp_port = {"read-from-tcp-port", -1}; variable
3609 if (options.read_from_tcp_port >= 0) { in ReadChars()4560 options.read_from_tcp_port = atoi(argv[i] + 21); in SetOptions()