Lines Matching refs:Protocol
249 Socket::Protocol protocol = Socket::Protocol::kTcp;
256 protocol = Socket::Protocol::kTcp;
260 protocol = Socket::Protocol::kUdp;
278 if (protocol == Socket::Protocol::kTcp) {
280 } else if (protocol == Socket::Protocol::kUdp) {
361 " form <protocol>:<hostname>[:port] where"
362 " <protocol> is either tcp or udp.\n"