Searched refs:read_from_tcp_port (Results 1 – 3 of 3) sorted by relevance
750 DCHECK_GE(Shell::options.read_from_tcp_port, 0); in ReadCharsFromTcpPort()764 serv_addr.sin_port = htons(Shell::options.read_from_tcp_port); in ReadCharsFromTcpPort()769 Shell::options.read_from_tcp_port); in ReadCharsFromTcpPort()797 Shell::options.read_from_tcp_port); in ReadCharsFromTcpPort()814 Shell::options.read_from_tcp_port); in ReadCharsFromTcpPort()823 file_length, name, Shell::options.read_from_tcp_port); in ReadCharsFromTcpPort()838 Shell::options.read_from_tcp_port); in ReadCharsFromTcpPort()
355 read_from_tcp_port(-1) {} in ShellOptions()386 int read_from_tcp_port; variable
2174 if (Shell::options.read_from_tcp_port >= 0) { in ReadChars()2890 options.read_from_tcp_port = atoi(argv[i] + 21); in SetOptions()