Searched refs:MaxAllowedPort (Results 1 – 2 of 2) sorted by relevance
41 const int MaxAllowedPort = 65535; variable45 int ports[] = { -100, -1, MaxAllowedPort + 1, 1000000 }; in TEST()55 int ports[] = { 0, 80, 443, 5000, MaxAllowedPort }; in TEST()
46 const int MaxAllowedPort = 65535; variable500 if (port < 0 || port > MaxAllowedPort) in create()