Searched defs:port_value (Results 1 – 8 of 8) sorted by relevance
87 int port_value; in parse_tcp_socket_spec() local199 int port_value = port ? *port : 0; in socket_spec_connect() local251 unsigned int port_value = port ? *port : 0; in socket_spec_connect() local
47 uint32 port_value = 3; field
34 uint32 port_value = 1 [(validate.rules).uint32 = {lte: 65535}]; field
39 uint32 port_value = 1 [(validate.rules).uint32 = {lte: 65535}]; field
58 uint32 port_value = 3 [(validate.rules).uint32 = {lte: 65535}]; field
79 uint32 port_value = 3 [(validate.rules).uint32 = {lte: 65535}]; field
287 std::optional<int> port_value = parsed_json->GetDict().FindInt("port"); in SetAndParseServerData() local