Searched refs:MaxAllowedPort (Results 1 – 2 of 2) sorted by relevance
43 const int MaxAllowedPort = 65535; variable444 if (port < 0 || port > MaxAllowedPort) in createFromDatabaseIdentifier()457 if (port < 0 || port > MaxAllowedPort) in create()
36682 Use the constant MaxAllowedPort.